Package com.jeantessier.commandline

Use CommandLine to parse and validate command line parameters.

See:
          Description

Interface Summary
CommandLineSwitch How the CommandLine parses and validates the switches on the command-line.
CountingParameterStrategy A ParameterStrategy that counts the number of parameters on the command-line.
ParameterStrategy How the CommandLine parses and validates the parameters on the command-line.
Visitable  
Visitor  
 

Class Summary
AnyParameterStrategy No restrictions, the command-line can include any number of parameters, including none at all.
AtLeastParameterStrategy The command-line must include at least a certain number of parameters or the framework will find the command-line invalid.
AtMostParameterStrategy The command-line can include at most a certain number of parameters or the framework will find the command-line invalid.
CommandLine Command-line parser.
CommandLineSwitchBase Base class for implenting the CommandLineSwitch interface.
CommandLineUsage Generates summary information about the command-line specification.
ExactlyParameterStrategy The command-line must include an exact number of parameters or the framework will find the command-line invalid.
MultipleValuesSwitch The switch must be followed by a value, but it can occur multiple times on the command-line.
NullParameterStrategy The command-line cannot include any parameters or the framework will find the command-line invalid.
OptionalValueSwitch The switch can appear by itself or followed by a value.
SingleValueSwitch The switch must be followed by a value.
ToggleSwitch The switch be followed by a value.
 

Exception Summary
CommandLineException  
 

Package com.jeantessier.commandline Description

Use CommandLine to parse and validate command line parameters.



Dependency Finder 1.1.0 © 2001-2004 Jean Tessier.