Uses of Class
info.rolandkrueger.roklib.cli.CommandLineOptionType

Packages that use CommandLineOptionType
info.rolandkrueger.roklib.cli Classes for defining and interpreting command line arguments. 
 

Uses of CommandLineOptionType in info.rolandkrueger.roklib.cli
 

Fields in info.rolandkrueger.roklib.cli declared as CommandLineOptionType
private  CommandLineOptionType CommandLineOption.mType
           
 

Methods in info.rolandkrueger.roklib.cli that return CommandLineOptionType
 CommandLineOptionType CommandLineOption.getType()
           
static CommandLineOptionType CommandLineOptionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommandLineOptionType[] CommandLineOptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in info.rolandkrueger.roklib.cli with parameters of type CommandLineOptionType
CommandLineOption(Character shortOption, String longOption, CommandLineOptionType type, boolean mandatory)
          Constructor for creating a CommandLineOption without a description.
CommandLineOption(Character shortOption, String longOption, String description, CommandLineOptionType type)
           
CommandLineOption(Character shortOption, String longOption, String description, CommandLineOptionType type, boolean mandatory)
           
CommandLineOption(Character shortOption, String longOption, String description, CommandLineOptionType type, boolean mandatory, ICommandLineOptionCallback callback)
          Constructor.
 



Copyright © 2007-2011. All Rights Reserved.