Uses of Class
org.apache.commons.cli2.commandline.CommandLineImpl

Packages that use CommandLineImpl
org.apache.commons.cli2.commandline   
 

Uses of CommandLineImpl in org.apache.commons.cli2.commandline
 

Subclasses of CommandLineImpl in org.apache.commons.cli2.commandline
 class DefaultingCommandLine
          Manages a queue of default CommandLines.
 class 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.
 class 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.
 class WriteableCommandLineImpl
          A WriteableCommandLine implementation allowing Options to write their processed information to a CommandLine.
 



Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.