Interface OptionHandler

    • Method Detail

      • defineOptions

        void defineOptions()
        Adds options to the internal list of options.

        Every subclass needs to add the necessary Option objects to its internal List with Option objects.
      • getOptionManager

        OptionManager getOptionManager()
        Returns the option manager.

        Only needs to be implemented in the superclass, which declares the OptionManager object managing all the Option objects.
        Returns:
        the internal option list
      • cleanUpOptions

        void cleanUpOptions()
        Cleans up the options.
      • toCommandLine

        String toCommandLine()
        Returns the commandline string.
        Returns:
        the commandline