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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidadd option "-brief -option" with descriptionprotected voidadd option "-brief -option <arg>" with descriptionvoidparseCommandLine(String[] args) protected voidparseCommandLineOptions(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, addOptions, 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-
 
 -