Package org.opt4j.start
Class Opt4JStarter
- java.lang.Object
-
- org.opt4j.config.Starter
-
- org.opt4j.start.Opt4JStarter
-
public class Opt4JStarter extends Starter
TheOpt4JStarter
starts configuration files directly without the configurator (GUI).
-
-
Constructor Summary
Constructors Constructor Description Opt4JStarter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String[] args)
Executor method.static void
main(String[] args)
Starts the configuration files.-
Methods inherited from class org.opt4j.config.Starter
addPlugins, execute
-
-