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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the module for theConfigurator
.void
Starts theConfigurator
with the specified task class and the file to be loaded.static void
Starts theConfigurator
.void
Starts 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 theConfigurator
with the specified task class and the file to be loaded.- Parameters:
taskClass
- the task classfilename
- the filename of the configuration file to be loaded
-