org.opt4j.core.start
Class Opt4JStarter

java.lang.Object
  extended by org.opt4j.core.config.Starter
      extended by org.opt4j.core.start.Opt4JStarter

public class Opt4JStarter
extends Starter

The Opt4JStarter starts configuration files directly without the configurator (GUI).


Constructor Summary
Opt4JStarter()
           
 
Method Summary
 void execute(java.lang.String[] args)
          Executor method.
static void main(java.lang.String[] args)
          Starts the configuration files.
 
Methods inherited from class org.opt4j.core.config.Starter
addPlugins, execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Opt4JStarter

public Opt4JStarter()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Starts the configuration files.

Parameters:
args - the files
Throws:
java.lang.Exception

execute

public void execute(java.lang.String[] args)
             throws java.lang.Exception
Description copied from class: Starter
Executor method.

Overrides:
execute in class Starter
Parameters:
args - the configuration files
Throws:
java.lang.Exception