Class Opt4JStarter

java.lang.Object
org.opt4j.config.Starter
org.opt4j.start.Opt4JStarter

public class Opt4JStarter extends Starter
The Opt4JStarter starts configuration files directly without the configurator (GUI).
  • Constructor Details

    • Opt4JStarter

      public Opt4JStarter()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Starts the configuration files.
      Parameters:
      args - the files
      Throws:
      Exception
    • execute

      public void execute(String[] args) throws Exception
      Description copied from class: Starter
      Executor method.
      Overrides:
      execute in class Starter
      Parameters:
      args - the configuration files
      Throws:
      Exception