A C G H I M N O R S U V W

A

ARRAY_SEPARATOR_DEFAULT - Static variable in annotation type org.googlecode.java_cl_parser.CLIOption
Literal which holds the default value for an array separator.

C

CLIEntry - Annotation Type in org.googlecode.java_cl_parser
 
CLIEntry.parser_type - Enum in org.googlecode.java_cl_parser
 
CLIMain - Annotation Type in org.googlecode.java_cl_parser
 
CLIOption - Annotation Type in org.googlecode.java_cl_parser
 
CLIOption.value_type - Enum in org.googlecode.java_cl_parser
 
CLIOptionSet - Annotation Type in org.googlecode.java_cl_parser
 
CLIOptionSet.set_type - Enum in org.googlecode.java_cl_parser
 
CommonsCLILauncher - Class in org.googlecode.java_cl_parser
 
CommonsCLILauncher() - Constructor for class org.googlecode.java_cl_parser.CommonsCLILauncher
 

G

get(String) - Method in class org.googlecode.java_cl_parser.util.RecursiveMap
 
getAvailableOptions() - Method in exception org.googlecode.java_cl_parser.UsageException
 
getDataType() - Method in class org.googlecode.java_cl_parser.OptionLine
 
getDefaultValue() - Method in class org.googlecode.java_cl_parser.OptionLine
 
getDescriptionLines() - Method in class org.googlecode.java_cl_parser.OptionLine
 
getFormattedUsageStatement() - Method in exception org.googlecode.java_cl_parser.UsageException
 
getLongName() - Method in class org.googlecode.java_cl_parser.OptionLine
 
getShortName() - Method in class org.googlecode.java_cl_parser.OptionLine
 

H

HELP_INVALID_USAGE_MESSAGE - Static variable in class org.googlecode.java_cl_parser.CommonsCLILauncher
 
HELP_USAGE_MESSAGE - Static variable in class org.googlecode.java_cl_parser.CommonsCLILauncher
 

I

InvalidCLIEntryException - Exception in org.googlecode.java_cl_parser
 
InvalidCLIEntryException(InvalidCLIEntryException.invalid_cause) - Constructor for exception org.googlecode.java_cl_parser.InvalidCLIEntryException
 
InvalidCLIEntryException(String, InvalidCLIEntryException.invalid_cause) - Constructor for exception org.googlecode.java_cl_parser.InvalidCLIEntryException
 
InvalidCLIEntryException(String, Throwable, InvalidCLIEntryException.invalid_cause) - Constructor for exception org.googlecode.java_cl_parser.InvalidCLIEntryException
 
InvalidCLIEntryException(Throwable, InvalidCLIEntryException.invalid_cause) - Constructor for exception org.googlecode.java_cl_parser.InvalidCLIEntryException
 
InvalidCLIEntryException.invalid_cause - Enum in org.googlecode.java_cl_parser
 
isRequired() - Method in class org.googlecode.java_cl_parser.OptionLine
 

M

main(String[]) - Static method in class org.googlecode.java_cl_parser.CommonsCLILauncher
 
mainClean(String[]) - Static method in class org.googlecode.java_cl_parser.CommonsCLILauncher
 
mainWithInstance(Object, String[]) - Static method in class org.googlecode.java_cl_parser.CommonsCLILauncher
 
mainWithInstanceClean(Object, String[]) - Static method in class org.googlecode.java_cl_parser.CommonsCLILauncher
 
MissingCLIEntryException - Exception in org.googlecode.java_cl_parser
 
MissingCLIEntryException() - Constructor for exception org.googlecode.java_cl_parser.MissingCLIEntryException
 
MissingCLIEntryException(String) - Constructor for exception org.googlecode.java_cl_parser.MissingCLIEntryException
 
MissingCLIEntryException(String, Throwable) - Constructor for exception org.googlecode.java_cl_parser.MissingCLIEntryException
 
MissingCLIEntryException(Throwable) - Constructor for exception org.googlecode.java_cl_parser.MissingCLIEntryException
 

N

NULL_STRING_VALUE - Static variable in annotation type org.googlecode.java_cl_parser.CLIOption
Literal which can be used to test the annotations for a 'null', or non-user specified value.

O

OptionLine - Class in org.googlecode.java_cl_parser
 
OptionLine() - Constructor for class org.googlecode.java_cl_parser.OptionLine
 
org.googlecode.java_cl_parser - package org.googlecode.java_cl_parser
 
org.googlecode.java_cl_parser.util - package org.googlecode.java_cl_parser.util
 

R

RecursiveMap - Class in org.googlecode.java_cl_parser.util
 
RecursiveMap(Map<String, Object>) - Constructor for class org.googlecode.java_cl_parser.util.RecursiveMap
 

S

setDataType(String) - Method in class org.googlecode.java_cl_parser.OptionLine
 
setDefaultValue(String) - Method in class org.googlecode.java_cl_parser.OptionLine
 
setDescriptionLines(List<String>) - Method in class org.googlecode.java_cl_parser.OptionLine
 
setLongName(String) - Method in class org.googlecode.java_cl_parser.OptionLine
 
setRequired(boolean) - Method in class org.googlecode.java_cl_parser.OptionLine
 
setShortName(String) - Method in class org.googlecode.java_cl_parser.OptionLine
 
splitWords(String) - Static method in class org.googlecode.java_cl_parser.StringUtil
Does two things - strips all non-printable characters and splits on white space
StringUtil - Class in org.googlecode.java_cl_parser
 
StringUtil() - Constructor for class org.googlecode.java_cl_parser.StringUtil
 

U

UNLIMITED_VALUES - Static variable in annotation type org.googlecode.java_cl_parser.CLIOption
 
UsageException - Exception in org.googlecode.java_cl_parser
 
UsageException(Object, List<CommonsCLILauncher.Data>) - Constructor for exception org.googlecode.java_cl_parser.UsageException
 
UsageException(Object, List<CommonsCLILauncher.Data>, String) - Constructor for exception org.googlecode.java_cl_parser.UsageException
 
UsageException(Object, List<CommonsCLILauncher.Data>, String, Throwable) - Constructor for exception org.googlecode.java_cl_parser.UsageException
 
UsageException(Object, List<CommonsCLILauncher.Data>, Throwable) - Constructor for exception org.googlecode.java_cl_parser.UsageException
 

V

valueOf(String) - Static method in enum org.googlecode.java_cl_parser.CLIEntry.parser_type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.googlecode.java_cl_parser.CLIOption.value_type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.googlecode.java_cl_parser.CLIOptionSet.set_type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.googlecode.java_cl_parser.InvalidCLIEntryException.invalid_cause
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.googlecode.java_cl_parser.CLIEntry.parser_type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.googlecode.java_cl_parser.CLIOption.value_type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.googlecode.java_cl_parser.CLIOptionSet.set_type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.googlecode.java_cl_parser.InvalidCLIEntryException.invalid_cause
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapTextToList(String, int) - Static method in class org.googlecode.java_cl_parser.StringUtil
 

A C G H I M N O R S U V W

Copyright © 2013. All Rights Reserved.