|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opt4j.core.config.visualization.Configurator
public class Configurator
The Configurator configures the modules and starts the specific
ApplicationFrame.
ApplicationFrame| Constructor Summary | |
|---|---|
Configurator()
|
|
| Method Summary | |
|---|---|
com.google.inject.Module |
getModule(java.lang.Class<? extends Task> taskClass)
Returns the module for the Configurator. |
void |
main(java.lang.Class<? extends Task> taskClass,
java.lang.String filename)
Starts the Configurator with the specified task class and the
file to be loaded. |
static void |
main(java.lang.String[] args)
Starts the Configurator. |
void |
start(java.lang.String[] args)
Starts the Configurator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Configurator()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
throws java.lang.Exception
Configurator.
args - specify one or more input configuration files to be loaded
java.lang.Exception
public void start(java.lang.String[] args)
throws java.lang.ClassNotFoundException
Configurator.
args - the input configuration files to be loaded
java.lang.ClassNotFoundExceptionpublic com.google.inject.Module getModule(java.lang.Class<? extends Task> taskClass)
Configurator.
taskClass - the task class
public void main(java.lang.Class<? extends Task> taskClass,
java.lang.String filename)
Configurator with the specified task class and the
file to be loaded.
taskClass - the task classfilename - the filename of the configuration file to be loaded
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||