Class Opt4JStarter


  • public class Opt4JStarter
    extends Starter
    The Opt4JStarter 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​(java.lang.String[] args)
      Executor method.
      static void main​(java.lang.String[] args)
      Starts the configuration files.
      • 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