Uses of Class
net.dpml.cli.option.OptionImpl

Packages that use OptionImpl
net.dpml.cli.option Options implementation include command, group, switch and property abstractions. 
 

Uses of OptionImpl in net.dpml.cli.option
 

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