Uses of Package
org.apache.commons.cli2

Packages that use org.apache.commons.cli2
org.apache.commons.cli2   
org.apache.commons.cli2.builder   
org.apache.commons.cli2.commandline   
org.apache.commons.cli2.option   
org.apache.commons.cli2.util   
 

Classes in org.apache.commons.cli2 used by org.apache.commons.cli2
CommandLine
          Instances of CommandLine represent a command line that has been processed according to the definition supplied to the parser.
DisplaySetting
          An enum of possible display settings.
Option
          The super type of all options representing a particular element of the command line interface.
OptionException
          A problem found while dealing with command line options.
WriteableCommandLine
          A CommandLine that detected values and options can be written to.
 

Classes in org.apache.commons.cli2 used by org.apache.commons.cli2.builder
Argument
          An Option that can process values passed on the command line in the form "--file README".
Group
          An Option representing a choice or group of Options in the form "-a|-b|-c".
Option
          The super type of all options representing a particular element of the command line interface.
 

Classes in org.apache.commons.cli2 used by org.apache.commons.cli2.commandline
CommandLine
          Instances of CommandLine represent a command line that has been processed according to the definition supplied to the parser.
Group
          An Option representing a choice or group of Options in the form "-a|-b|-c".
Option
          The super type of all options representing a particular element of the command line interface.
OptionException
          A problem found while dealing with command line options.
WriteableCommandLine
          A CommandLine that detected values and options can be written to.
 

Classes in org.apache.commons.cli2 used by org.apache.commons.cli2.option
Argument
          An Option that can process values passed on the command line in the form "--file README".
Group
          An Option representing a choice or group of Options in the form "-a|-b|-c".
HelpLine
          Represents a line of help for a particular Option.
Option
          The super type of all options representing a particular element of the command line interface.
OptionException
          A problem found while dealing with command line options.
Parent
          An Option that can have an argument and/or group of child Options in the form "-f <arg> [-a|-b|-c]".
WriteableCommandLine
          A CommandLine that detected values and options can be written to.
 

Classes in org.apache.commons.cli2 used by org.apache.commons.cli2.util
Group
          An Option representing a choice or group of Options in the form "-a|-b|-c".
OptionException
          A problem found while dealing with command line options.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.