|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opt4j.core.config.visualization.Configurator
org.opt4j.core.start.Opt4J
public class Opt4J
The Opt4J configuration GUI.
| Field Summary | |
|---|---|
protected static ModuleListUser |
moduleList
|
protected static java.util.Properties |
props
|
| Constructor Summary | |
|---|---|
Opt4J()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.opt4j.core.config.visualization.Configurator |
|---|
main |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final ModuleListUser moduleList
protected static java.util.Properties props
| Constructor Detail |
|---|
public Opt4J()
| Method Detail |
|---|
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 file
java.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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||