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 . |
main
protected 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.Exception
protected static void decorateVersionDate(java.awt.SplashScreen splash)
splash
- the splash screenpublic void start(java.lang.String[] args)
Configurator
Configurator
.start
in class Configurator
args
- the input configuration files to be loadedpublic com.google.inject.Module getModule(java.lang.Class<? extends Task> taskClass)
Configurator
Configurator
.getModule
in class Configurator
taskClass
- the task class