Class DefaultCommandLineConfiguration

java.lang.Object
com.gaia3d.command.mago.DefaultCommandLineConfiguration
All Implemented Interfaces:
CommandLineConfiguration

public class DefaultCommandLineConfiguration extends Object implements CommandLineConfiguration
  • Constructor Details

    • DefaultCommandLineConfiguration

      public DefaultCommandLineConfiguration()
  • Method Details

    • createOptions

      public org.apache.commons.cli.Options createOptions()
      Specified by:
      createOptions in interface CommandLineConfiguration
    • createCommandLine

      public org.apache.commons.cli.CommandLine createCommandLine(org.apache.commons.cli.Options options, String[] args) throws org.apache.commons.cli.ParseException
      Specified by:
      createCommandLine in interface CommandLineConfiguration
      Throws:
      org.apache.commons.cli.ParseException