Package net.dpml.cli.commandline
Commandline implementation.
CommandLineImpl | Instances of CommandLine represent a command line that has been processed
according to the definition supplied to the parser. |
DefaultingCommandLine | Manages a queue of default CommandLines. |
Parser | A class that implements the Parser interface can parse a
String array according to the Group specified and return a
CommandLine . |
PreferencesCommandLine | A CommandLine implementation using the Preferences API, useful when
constructing a complex DefaultingCommandLine
This implementation uses the children of a single preference node to populate
the CommandLine. |
PropertiesCommandLine | A CommandLine implementation using a java Properties instance, useful for
constructing a complex DefaultingCommandLine
Options are keyed from their property name and presence in the Properties
instance is taken as presence in the CommandLine. |
WriteableCommandLineImpl | A WriteableCommandLine implementation allowing Options to write their
processed information to a CommandLine. |
Commandline implementation.