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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    addOption(String brief, String option, String description)
    add option "-brief -option" with description
    protected void
    addOption(String brief, String option, String arg, String description)
    add option "-brief -option <arg>" with description
    void
     
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PTAOption

      public PTAOption()
  • Method Details

    • addOption

      protected void addOption(String brief, String option, String description)
      add option "-brief -option" with description
    • addOption

      protected void addOption(String brief, String option, String arg, String description)
      add option "-brief -option <arg>" with description
    • parseCommandLine

      public void parseCommandLine(String[] args)
    • parseCommandLineOptions

      protected void parseCommandLineOptions(org.apache.commons.cli.CommandLine cmd)
      Set all variables from the command line arguments.
      Parameters:
      cmd -