Package com.gaia3d.command.mago
Interface CommandLineConfiguration
- All Known Implementing Classes:
DefaultCommandLineConfiguration
public interface CommandLineConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.cli.CommandLinecreateCommandLine(org.apache.commons.cli.Options options, String[] args) org.apache.commons.cli.Options
-
Method Details
-
createOptions
org.apache.commons.cli.Options createOptions() -
createCommandLine
org.apache.commons.cli.CommandLine createCommandLine(org.apache.commons.cli.Options options, String[] args) throws org.apache.commons.cli.ParseException - Throws:
org.apache.commons.cli.ParseException
-