public class Opt4J extends Configurator
Opt4J configuration GUI.| Modifier and Type | Field and Description |
|---|---|
protected static ModuleListUser |
moduleList |
protected static java.util.Properties |
props |
| Constructor and Description |
|---|
Opt4J() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
decorateVersionDate(java.awt.SplashScreen splash)
Decorate the splash screen with the version and date.
|
static java.lang.String |
getDateISO()
Returns the date of the current build.
|
com.google.inject.Module |
getModule(java.lang.Class<? extends Task> taskClass)
Returns the module for the
Configurator. |
static java.lang.String |
getVersion()
Returns the version of the current build.
|
static void |
main(java.lang.String[] args)
Starts the
Opt4J configuration GUI. |
void |
start(java.lang.String[] args)
Starts the
Configurator. |
mainprotected static final ModuleListUser moduleList
protected static java.util.Properties props
public static java.lang.String getVersion()
public static java.lang.String getDateISO()
public static void main(java.lang.String[] args)
throws java.lang.Exception
Opt4J configuration GUI.args - accepts a configuration filejava.lang.Exceptionprotected static void decorateVersionDate(java.awt.SplashScreen splash)
splash - the slpash screenpublic void start(java.lang.String[] args)
ConfiguratorConfigurator.start in class Configuratorargs - the input configuration files to be loadedpublic com.google.inject.Module getModule(java.lang.Class<? extends Task> taskClass)
ConfiguratorConfigurator.getModule in class ConfiguratortaskClass - the task class