Class Configurator
java.lang.Object
org.opt4j.core.config.visualization.Configurator
- Direct Known Subclasses:
Opt4J
The
Configurator configures the modules and starts the specific
ApplicationFrame.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the module for theConfigurator.voidStarts theConfiguratorwith the specified task class and the file to be loaded.static voidStarts theConfigurator.voidStarts theConfigurator.
-
Constructor Details
-
Configurator
public Configurator()
-
-
Method Details
-
main
Starts theConfigurator.- Parameters:
args- specify one or more input configuration files to be loaded- Throws:
Exception
-
start
Starts theConfigurator.- Parameters:
args- the input configuration files to be loaded- Throws:
ClassNotFoundException
-
getModule
Returns the module for theConfigurator.- Parameters:
taskClass- the task class- Returns:
- the module
-
main
Starts theConfiguratorwith the specified task class and the file to be loaded.- Parameters:
taskClass- the task classfilename- the filename of the configuration file to be loaded
-