Package dsto.dfc.commandline

Command line parsing framework.

See:
          Description

Class Summary
BooleanOption A simple kind of option that handles toggled options.
CmdLineParser Vaguely GNU-compatible command-line options parser.
IntegerOption This type of option handles Integer arguments.
Option Representation of a command-line option
PropertyParser Parser for "-Dproperty=value" command line arguments that emulates the processing that the "java" command does.
StringOption This is the simplist type of Option, which simply handles string arguements.
 

Exception Summary
IllegalOptionValueException Thrown when an illegal or missing value is given by the user for an option that takes a value.
UnknownOptionException Thrown when the parsed command-line contains an option that is not recognised.
 

Package dsto.dfc.commandline Description

Command line parsing framework. Command line parser CmdLineParser accepts any number of options derived from the Option base class.



Copyright © 2008 Commonwealth of Australia