Uses of Package
net.dpml.cli

Packages that use net.dpml.cli
net.dpml.cli Commandline modeling and parsing utilities. 
net.dpml.cli.builder Helpers supporting the construction of a commandline model. 
net.dpml.cli.commandline Commandline implementation. 
net.dpml.cli.option Options implementation include command, group, switch and property abstractions. 
net.dpml.cli.util Commandline utilities including help formatter. 
 

Classes in net.dpml.cli used by net.dpml.cli
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 net.dpml.cli used by net.dpml.cli.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 net.dpml.cli used by net.dpml.cli.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 net.dpml.cli used by net.dpml.cli.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 net.dpml.cli used by net.dpml.cli.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.