Package net.dpml.cli.option

Options implementation include command, group, switch and property abstractions.

See:
          Description

Class Summary
ArgumentImpl An implementation of an Argument.
Command Represents a cvs "update" style command line option.
DefaultOption A Parent implementation representing normal options.
GroupImpl An implementation of Group
HelpLineImpl Represents a line in the help screen.
OptionImpl A base implementation of Option providing limited ground work for further Option implementations.
ParentImpl A base implementation of Parent providing limited ground work for further Parent implementations.
PropertyOption Handles the java style "-Dprop=value" opions
SourceDestArgument An Argument implementation that allows a variable size Argument to precede a fixed size argument.
Switch A Parent implementation representing normal switch options.
 

Package net.dpml.cli.option Description

Options implementation include command, group, switch and property abstractions.