Package com.gaia3d.command.mago
Class DefaultCommandLineConfiguration
java.lang.Object
com.gaia3d.command.mago.DefaultCommandLineConfiguration
- All Implemented Interfaces:
CommandLineConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.cli.CommandLinecreateCommandLine(org.apache.commons.cli.Options options, String[] args) org.apache.commons.cli.Options
-
Constructor Details
-
DefaultCommandLineConfiguration
public DefaultCommandLineConfiguration()
-
-
Method Details
-
createOptions
public org.apache.commons.cli.Options createOptions()- Specified by:
createOptionsin interfaceCommandLineConfiguration
-
createCommandLine
public org.apache.commons.cli.CommandLine createCommandLine(org.apache.commons.cli.Options options, String[] args) throws org.apache.commons.cli.ParseException - Specified by:
createCommandLinein interfaceCommandLineConfiguration- Throws:
org.apache.commons.cli.ParseException
-