Package qilin.driver
Class PTAOption
java.lang.Object
org.apache.commons.cli.Options
qilin.driver.PTAOption
- All Implemented Interfaces:
Serializable
public class PTAOption
extends org.apache.commons.cli.Options
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
add option "-brief -option" with descriptionprotected void
add option "-brief -option <arg>" with descriptionvoid
parseCommandLine
(String[] args) protected void
parseCommandLineOptions
(org.apache.commons.cli.CommandLine cmd) Set all variables from the command line arguments.Methods inherited from class org.apache.commons.cli.Options
addOption, addOption, addOption, addOption, addOptionGroup, addRequiredOption, getMatchingOptions, getOption, getOptionGroup, getOptions, getRequiredOptions, hasLongOption, hasOption, hasShortOption, toString
-
Constructor Details
-
PTAOption
public PTAOption()
-
-
Method Details
-
addOption
add option "-brief -option" with description -
addOption
add option "-brief -option <arg>" with description -
parseCommandLine
-
parseCommandLineOptions
protected void parseCommandLineOptions(org.apache.commons.cli.CommandLine cmd) Set all variables from the command line arguments.- Parameters:
cmd
-
-