A B C D E F G H I L M N P R S T U V W X 
All Classes All Packages

A

add(int, ICmdLineArg<?>) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
add(int, ICmdLineArg<?>) - Method in interface com.codetaco.cli.impl.ICmdLine
 
add(ICmdLineArg<?>) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
add(ICmdLineArg<?>) - Method in interface com.codetaco.cli.impl.ICmdLine
 
addDefaultIncludeDirectory(File) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
addDefaultIncludeDirectory(File) - Method in interface com.codetaco.cli.impl.ICmdLine
 
addPattern(String) - Method in class com.codetaco.cli.type.WildFiles
 
allArgs() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
allArgs() - Method in interface com.codetaco.cli.impl.ICmdLine
 
allowMetaphone() - Method in annotation type com.codetaco.cli.annotation.Arg
/** Indicates that the user can specify the cli on the command-line with misspellings as long as it evaluates to the Metaphone* equivalent of the long name.
append(StringBuilder) - Static method in class com.codetaco.cli.misc.ByteUtil
Append string builder.
applyDefaults() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
arg(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
arg(String) - Method in interface com.codetaco.cli.impl.ICmdLine
 
Arg - Annotation Type in com.codetaco.cli.annotation
"cli" is a full featured command line cli processor for Java.
ArgCallback - Annotation Type in com.codetaco.cli.annotation
Use this annotation to mark a method that will be called at the specified time in the processing of the cli parsing.
argForVariableName(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
argForVariableName(String) - Method in interface com.codetaco.cli.impl.ICmdLine
 
args(String...) - Method in class com.codetaco.cli.CmdLine.Builder
Args builder.
Args - Annotation Type in com.codetaco.cli.annotation
 
asDefinedType(StringBuilder) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
asEnum(String, Object[]) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
asEnumArray(String, Object[]) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
asLiteral(byte) - Static method in class com.codetaco.cli.misc.ByteUtil
As literal string.
assignVariables(Object) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
assignVariables(Object) - Method in interface com.codetaco.cli.impl.ICmdLine
 

B

build() - Method in class com.codetaco.cli.CliException.Builder
Build cli exception.
build() - Method in class com.codetaco.cli.CmdLine.Builder
Build cmd line.
builder() - Static method in exception com.codetaco.cli.CliException
Builder builder.
builder() - Static method in class com.codetaco.cli.CmdLine
Builder builder.
Builder() - Constructor for class com.codetaco.cli.CliException.Builder
 
byteForLiteral(String) - Static method in class com.codetaco.cli.misc.ByteUtil
Byte for literal byte.
byteToLit(String) - Static method in class com.codetaco.cli.misc.ByteUtil
Byte to lit string.
ByteUtil - Class in com.codetaco.cli.misc
The type Byte util.
ByteUtil() - Constructor for class com.codetaco.cli.misc.ByteUtil
 

C

caseSensitive() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates that all values associated with this cli are case sensitive.
cause(Throwable) - Method in class com.codetaco.cli.CliException.Builder
Cause builder.
ClassLoader - Static variable in class com.codetaco.cli.impl.CmdLineImpl
 
CliException - Exception in com.codetaco.cli
The type Cli exception.
CliException.Builder - Class in com.codetaco.cli
The type Builder.
clone() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
clone() - Method in interface com.codetaco.cli.impl.ICmdLine
 
CmdLine - Class in com.codetaco.cli
The type Cmd line.
CmdLine() - Constructor for class com.codetaco.cli.CmdLine
 
CmdLine.Builder - Class in com.codetaco.cli
The type Builder.
CmdLineImpl - Class in com.codetaco.cli.impl
 
CmdLineImpl(String, String, char, char) - Constructor for class com.codetaco.cli.impl.CmdLineImpl
 
com.codetaco.cli - package com.codetaco.cli
This package contains the public API into the CmdLineImpl class.
com.codetaco.cli.annotation - package com.codetaco.cli.annotation
This is a package of annotations to use the command line parser.
com.codetaco.cli.impl - package com.codetaco.cli.impl
 
com.codetaco.cli.misc - package com.codetaco.cli.misc
This is a package of utility classes that are used by this implementation but can also be used of on the public API.
com.codetaco.cli.type - package com.codetaco.cli.type
This is a package of special variable types that provide commonly needed command-line interfaces.
COMMAND_LINE - com.codetaco.cli.ParserType
Command line parser type.
commandPrefix(char) - Method in class com.codetaco.cli.CmdLine.Builder
Command prefix builder.
compareTo(ICmdLine) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
contains(String) - Method in class com.codetaco.cli.type.DateRange
Contains boolean.
contains(String) - Method in class com.codetaco.cli.type.TimeRange
Contains boolean.
contains(LocalDate) - Method in class com.codetaco.cli.type.DateRange
Contains boolean.
contains(LocalDateTime) - Method in class com.codetaco.cli.type.DateRange
Contains boolean.
contains(LocalDateTime) - Method in class com.codetaco.cli.type.TimeRange
Contains boolean.
contains(LocalTime) - Method in class com.codetaco.cli.type.TimeRange
Contains boolean.
contains(ZonedDateTime) - Method in class com.codetaco.cli.type.DateRange
Contains boolean.
contains(ZonedDateTime) - Method in class com.codetaco.cli.type.TimeRange
Contains boolean.
contains(Date) - Method in class com.codetaco.cli.type.DateRange
Contains boolean.
contains(Date) - Method in class com.codetaco.cli.type.TimeRange
Contains boolean.
convert(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
convert(String, boolean, Object) - Method in class com.codetaco.cli.impl.CmdLineImpl
 

D

DateRange - Class in com.codetaco.cli.type
This class provides a range of two dates and methods to determine if another date is within the range.
DateRange() - Constructor for class com.codetaco.cli.type.DateRange
Instantiates a new Date range.
defaultInstanceClass() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
defaultValues() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the default value(s) for this cli.

E

equals(Object) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
excludeArgs() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the arguments from a pojo that should be excluded from the parser.
export(ParserType) - Method in class com.codetaco.cli.CmdLine
Deprecated. 
export(ParserType, String) - Method in class com.codetaco.cli.CmdLine
Deprecated. 
exportCommandLine(StringBuilder) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
exportNamespace(String, StringBuilder) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
exportXml(String, StringBuilder) - Method in class com.codetaco.cli.impl.CmdLineImpl
 

F

factoryArgName() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the cli from an embedded parser that is to be used as a String parameter to the factory method.
factoryMethod() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the factory method to be used when creating an instance of this embedded parser.
files() - Method in class com.codetaco.cli.type.WildFiles
Files list.
files() - Method in class com.codetaco.cli.type.WildPath
 
format() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the date format for types of Date.
format(String, Object...) - Static method in class com.codetaco.cli.impl.CmdLineImpl
 
forWindows() - Method in class com.codetaco.cli.CmdLine.Builder
For windows builder.

G

genericClassName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getCamelCaps() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getCommandPrefix() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getCommandPrefix() - Method in interface com.codetaco.cli.impl.ICmdLine
 
getCriteria() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getDefaultIncludeDirectories() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getDefaultValues() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getDelegateOrValue() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getDelegateOrValue(int) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getEnumClassName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getFactoryArgName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getFactoryMethodName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getFormat() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getHelp() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getInstanceClass() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getKeychar() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getKeyword() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getMessage() - Method in exception com.codetaco.cli.CliException
 
getMetaphone() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getMultipleMax() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getMultipleMin() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getName() - Method in interface com.codetaco.cli.impl.ICmdLine
 
getParseExceptions() - Method in class com.codetaco.cli.CmdLine.Builder
Gets parse exceptions.
getParseExceptions() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getParseExceptions() - Method in interface com.codetaco.cli.impl.ICmdLine
 
getPattern(int) - Method in class com.codetaco.cli.type.WildFiles
 
getUniqueId() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValue() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValue(int) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsbyteArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsByteArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsCalendarArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsCharacterArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAscharArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsDateArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsDateTimeFormatter() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsDateTimeFormatterArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsdoubleArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsDoubleArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsEquation() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsEquationArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsFileArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsfloatArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsFloatArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsintArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsIntegerArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsLocalDateArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsLocalDateTimeArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsLocalTimeArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAslongArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsLongArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsPattern() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsPatternArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsSimpleDateFormat() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsSimpleDateFormatArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsStringArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsURLArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValueAsZonedDateTimeArray() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getValues() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
getVariable() - Method in class com.codetaco.cli.impl.CmdLineImpl
 

H

hashCode() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
hasValue() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
help() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the message that will be included in the usage for this cli.
help(String) - Method in class com.codetaco.cli.CmdLine.Builder
Help builder.

I

ICmdLine - Interface in com.codetaco.cli.impl
 
INCLUDE_FILE_PREFIX - Static variable in class com.codetaco.cli.impl.CmdLineImpl
 
includeDirectory(File) - Method in class com.codetaco.cli.CmdLine.Builder
Include directory builder.
indexOf(ICmdLineArg<?>) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
indexOf(ICmdLineArg<?>) - Method in interface com.codetaco.cli.impl.ICmdLine
 
inEnum() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates an enum, implying a list of values that will be allowed for this cli.
inList() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates a list of values that will be allowed for this cli.
instanceClass() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the class that will be used to create an object for this cli.
isCaseSensitive() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isCompiled() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isMetaphoneAllowed() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isMultiple() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isParsed() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isParsed(String) - Method in class com.codetaco.cli.CmdLine
Is parsed boolean.
isPositional() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isRequired() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isRequiredValue() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isSystemGenerated() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
isUsage() - Method in class com.codetaco.cli.CmdLine
Is usage boolean.
isUsageRun() - Method in class com.codetaco.cli.impl.CmdLineImpl
 

L

load(Object, String...) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
loadProperties(Object, File) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
loadProperties(Object, String...) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
loadXml(Object, File) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
loadXml(Object, String...) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
longName() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the single word, long name of this cli.

M

matches() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates a verification pattern to be run against the user input before it will be accepted.
matchingArgs(List<ICmdLineArg<?>>, List<ICmdLineArg<?>>, Token, boolean) - Static method in class com.codetaco.cli.impl.CmdLineImpl
 
multimax() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the maximum allowed number of values that will be accepted for this cli.
multimin() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the minimum allowed number of values that will be accepted for this cli.

N

name(String) - Method in class com.codetaco.cli.CmdLine.Builder
Name builder.
NAME_SPACE - com.codetaco.cli.ParserType
Name space parser type.
notPrefix(char) - Method in class com.codetaco.cli.CmdLine.Builder
Not prefix builder.

P

parse(IParserInput) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
parse(IParserInput) - Method in interface com.codetaco.cli.impl.ICmdLine
 
parse(IParserInput, Object) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
parse(IParserInput, Object) - Method in interface com.codetaco.cli.impl.ICmdLine
 
parse(Object, String...) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
parse(Object, String...) - Method in interface com.codetaco.cli.impl.ICmdLine
 
parse(String...) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
parse(String...) - Method in interface com.codetaco.cli.impl.ICmdLine
 
parserType(ParserType) - Method in class com.codetaco.cli.CmdLine.Builder
Parser type builder.
ParserType - Enum in com.codetaco.cli
The enum Parser type.
positional() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates that a name is not allowed for this cli.
postParse() - Method in annotation type com.codetaco.cli.annotation.ArgCallback
 
propertyFile(File) - Method in class com.codetaco.cli.CmdLine.Builder
Property file builder.
pull() - Method in class com.codetaco.cli.CmdLine
Deprecated. 
pull(Object) - Method in class com.codetaco.cli.impl.CmdLineImpl
Pulls the values of the variables back into the arguments.
pull(Object) - Method in interface com.codetaco.cli.impl.ICmdLine
 

R

range() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates a criteria to be applied to the user's input.
remove(int) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
remove(int) - Method in interface com.codetaco.cli.impl.ICmdLine
 
remove(ICmdLineArg<?>) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
remove(ICmdLineArg<?>) - Method in interface com.codetaco.cli.impl.ICmdLine
 
required() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates that this cli is required - the user must provide the cli.
reset() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
resetCriteria() - Method in class com.codetaco.cli.impl.CmdLineImpl
 

S

salience(Token) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
SELF_REFERENCING_ARGNAME - Static variable in annotation type com.codetaco.cli.annotation.Arg
The constant SELF_REFERENCING_ARGNAME.
setCaseSensitive(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setDefaultValue(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setEnumCriteria(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setEnumCriteriaAllowError(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setFactoryArgName(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setFactoryMethodName(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setFormat(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setHelp(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setInstanceClass(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setKeychar(Character) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setKeyword(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setListCriteria(String[]) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setMetaphoneAllowed(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setMultiple(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setMultiple(int) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setMultiple(int, int) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setName(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setObject(Object) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setParsed(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setPositional(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setRangeCriteria(String, String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setRegxCriteria(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setRequired(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setRequiredValue(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setSystemGenerated(boolean) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setType(ClaType) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setUniqueId(int) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setValue(int, ICmdLine) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setValue(ICmdLine) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
setVariable(String) - Method in class com.codetaco.cli.impl.CmdLineImpl
 
shortName() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates the single character, short name of this cli.
size() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
size() - Method in interface com.codetaco.cli.impl.ICmdLine
 
subparser(String) - Method in class com.codetaco.cli.CmdLine
Subparser cmd line.
subparsers(String) - Method in class com.codetaco.cli.CmdLine
Subparsers list.
supportsCaseSensitive() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsDefaultValues() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsExcludeArgs() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsFactoryArgName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsFactoryMethod() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsFormat() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsHelp() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsInList() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsInstanceClass() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsLongName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsMatches() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsMetaphone() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsMultimax() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsMultimin() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsPositional() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsRange() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsRequired() - Method in class com.codetaco.cli.impl.CmdLineImpl
 
supportsShortName() - Method in class com.codetaco.cli.impl.CmdLineImpl
 

T

target(Object) - Method in class com.codetaco.cli.CmdLine.Builder
Target builder.
TimeRange - Class in com.codetaco.cli.type
This class provides a range of two times and methods to determine if another time is within the range.
TimeRange() - Constructor for class com.codetaco.cli.type.TimeRange
Instantiates a new Time range.
toString() - Method in class com.codetaco.cli.type.WildFiles
 

U

uniqueId() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates a non-used integer value that will be kept with the cli in internal memory.
useDefaults() - Method in class com.codetaco.cli.impl.CmdLineImpl
 

V

value() - Method in annotation type com.codetaco.cli.annotation.Args
 
valueOf(String) - Static method in enum com.codetaco.cli.ParserType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.codetaco.cli.ParserType
Returns an array containing the constants of this enum type, in the order they are declared.
variable() - Method in annotation type com.codetaco.cli.annotation.Arg
Indicates that a variable in the complex class of the previous @Arg annotation (without the variable parameter) is to be annotated.

W

WildFiles - Class in com.codetaco.cli.type
The type Wild files.
WildFiles() - Constructor for class com.codetaco.cli.type.WildFiles
Instantiates a new Wild files.
WildFiles(File) - Constructor for class com.codetaco.cli.type.WildFiles
This is used in Sort to override the provided list of files with one of them for each run.
WildPath - Class in com.codetaco.cli.type
A path pattern can contain three types of wild cards; ?, *, and **.
WildPath(String) - Constructor for class com.codetaco.cli.type.WildPath
 

X

XML - com.codetaco.cli.ParserType
Xml parser type.
A B C D E F G H I L M N P R S T U V W X 
All Classes All Packages