Skip navigation links
A B C D E F G H I J L M N O P R S T U V W 

A

adapt() - Method in class de.tototec.cmdoption.internal.Optional
 
addCommand(Object) - Method in class de.tototec.cmdoption.CmdlineParser
 
addObject(Object...) - Method in class de.tototec.cmdoption.CmdlineParser
Add an additional configuration object containing CmdOption-specific annotations to the configuration.
addOptions(Object) - Method in class de.tototec.cmdoption.CmdlineParser
 
AddToCollectionHandler - Class in de.tototec.cmdoption.handler
Add an one-arg option argument to a mutable collection of strings.
AddToCollectionHandler() - Constructor for class de.tototec.cmdoption.handler.AddToCollectionHandler
 
apply() - Method in interface de.tototec.cmdoption.internal.F0
 
apply(P) - Method in interface de.tototec.cmdoption.internal.F1
 
apply(I) - Method in class de.tototec.cmdoption.internal.F1.Identity
 
apply(P0, P1) - Method in interface de.tototec.cmdoption.internal.F2
 
apply(P) - Method in interface de.tototec.cmdoption.internal.Procedure1
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.AddToCollectionHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.BooleanFieldHandler
Deprecated.
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.BooleanHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.BooleanOptionHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.ByteHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in interface de.tototec.cmdoption.handler.CmdOptionHandler
Apply the option and it arguments (if any) to the field or method representing the option.
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.EnumHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.IntegerHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.LongHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.PutIntoMapHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.StringFieldHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.StringMethodHandler
 
applyParams(Object, AccessibleObject, String[], String) - Method in class de.tototec.cmdoption.handler.UrlHandler
 

B

BooleanFieldHandler - Class in de.tototec.cmdoption.handler
Deprecated.
BooleanHandler does the same and also supports methods. Deprecated since 0.3.0.
BooleanFieldHandler() - Constructor for class de.tototec.cmdoption.handler.BooleanFieldHandler
Deprecated.
 
BooleanFieldHandler(String[], String[], boolean) - Constructor for class de.tototec.cmdoption.handler.BooleanFieldHandler
Deprecated.
If the list of falseWords is empty or null, any words not in trueWords is considered as false.
BooleanHandler - Class in de.tototec.cmdoption.handler
Apply an one-arg option to a Boolean (or boolean) field or method.
BooleanHandler() - Constructor for class de.tototec.cmdoption.handler.BooleanHandler
 
BooleanHandler(String[], String[], boolean) - Constructor for class de.tototec.cmdoption.handler.BooleanHandler
If the list of falseWords is empty or null, any words not in trueWords is considered as false.
BooleanOptionHandler - Class in de.tototec.cmdoption.handler
Apply an zero-arg option to an Boolean (or boolean) field.
BooleanOptionHandler() - Constructor for class de.tototec.cmdoption.handler.BooleanOptionHandler
 
ByteHandler - Class in de.tototec.cmdoption.handler
Apply an one-arg option to a Byte (or byte) field or method.
ByteHandler() - Constructor for class de.tototec.cmdoption.handler.ByteHandler
 

C

canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.AddToCollectionHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.BooleanFieldHandler
Deprecated.
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.BooleanHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.BooleanOptionHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.ByteHandler
 
canHandle(AccessibleObject, int) - Method in interface de.tototec.cmdoption.handler.CmdOptionHandler
Return true if the field or method (element) with the given number of arguments (argCount) can be handled by this handler.
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.EnumHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.IntegerHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.LongHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.PutIntoMapHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.StringFieldHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.StringMethodHandler
 
canHandle(AccessibleObject, int) - Method in class de.tototec.cmdoption.handler.UrlHandler
 
CmdCommand - Annotation Type in de.tototec.cmdoption
 
CmdlineModel - Class in de.tototec.cmdoption
 
CmdlineModel(String, List<OptionHandle>, List<CommandHandle>, OptionHandle, String, ResourceBundle) - Constructor for class de.tototec.cmdoption.CmdlineModel
 
CmdlineParser - Class in de.tototec.cmdoption
CmdOption main entry point to configure the parser, parse the command line and provide help.
CmdlineParser(CmdlineParser, String, Object) - Constructor for class de.tototec.cmdoption.CmdlineParser
The constructor is only intended for internal use.
CmdlineParser(Object...) - Constructor for class de.tototec.cmdoption.CmdlineParser
Create a new commandline parser instance and scan all given object for supported options, parameters and commands using the pre-registered default handlers.
CmdlineParserException - Exception in de.tototec.cmdoption
 
CmdlineParserException(String, Throwable, String) - Constructor for exception de.tototec.cmdoption.CmdlineParserException
 
CmdlineParserException(String, String) - Constructor for exception de.tototec.cmdoption.CmdlineParserException
 
CmdOption - Annotation Type in de.tototec.cmdoption
An Command line option which optionally supports parameters.
CmdOptionDelegate - Annotation Type in de.tototec.cmdoption
Also inspect the object stored in the annotated field for CmdOption annotations.
CmdOptionDelegate.Mode - Enum in de.tototec.cmdoption
 
CmdOptionHandler - Interface in de.tototec.cmdoption.handler
An Handler is needed to parse an Commandline option and to apply the parser result to the annotated field or method.
CmdOptionHandlerException - Exception in de.tototec.cmdoption.handler
 
CmdOptionHandlerException(String, Throwable, String) - Constructor for exception de.tototec.cmdoption.handler.CmdOptionHandlerException
 
CmdOptionHandlerException(String, String) - Constructor for exception de.tototec.cmdoption.handler.CmdOptionHandlerException
 
CommandHandle - Class in de.tototec.cmdoption
 
CommandHandle(String[], String, CmdlineParser, Object, boolean) - Constructor for class de.tototec.cmdoption.CommandHandle
 
CommandHandle.CommandHandleComparator - Class in de.tototec.cmdoption
 
CommandHandleComparator() - Constructor for class de.tototec.cmdoption.CommandHandle.CommandHandleComparator
 
commandUsage(Class<?>) - Method in class de.tototec.cmdoption.CmdlineParser
 
compare(CommandHandle, CommandHandle) - Method in class de.tototec.cmdoption.CommandHandle.CommandHandleComparator
 
compare(OptionHandle, OptionHandle) - Method in class de.tototec.cmdoption.OptionHandle.OptionHandleComparator
 
containsMethod(Iterable<Method>, Method) - Method in class de.tototec.cmdoption.CmdlineParser
 

D

de.tototec.cmdoption - package de.tototec.cmdoption
 
de.tototec.cmdoption.handler - package de.tototec.cmdoption.handler
 
de.tototec.cmdoption.internal - package de.tototec.cmdoption.internal
 
debug(String, Object...) - Method in interface de.tototec.cmdoption.internal.Logger
 
debug(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
debug(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
debug(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
defaultHandlers() - Method in class de.tototec.cmdoption.CmdlineParser
 
DefaultUsageFormatter2 - Class in de.tototec.cmdoption
 
DefaultUsageFormatter2(boolean, int, LineLengthDetector) - Constructor for class de.tototec.cmdoption.DefaultUsageFormatter2
 
DefaultUsageFormatter2(boolean, int) - Constructor for class de.tototec.cmdoption.DefaultUsageFormatter2
 
DefaultUsageFormatter2(boolean) - Constructor for class de.tototec.cmdoption.DefaultUsageFormatter2
 
detectOrNull() - Method in interface de.tototec.cmdoption.LineLengthDetector
 
detectOrNull() - Method in class de.tototec.cmdoption.TtyLineLengthDetector
 
distinct(Iterable<T>) - Static method in class de.tototec.cmdoption.internal.FList
 
distinct(T[]) - Static method in class de.tototec.cmdoption.internal.FList
 
dropWhile(Iterable<T>, F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
dropWhile(T[], F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
DummyLogger() - Constructor for class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 

E

EnumHandler - Class in de.tototec.cmdoption.handler
Parse a String to a Enum of the expected type and applies it to a field or a one-arg method.
EnumHandler() - Constructor for class de.tototec.cmdoption.handler.EnumHandler
 
equals(Object) - Method in class de.tototec.cmdoption.internal.Optional
 
error(String, Object...) - Method in interface de.tototec.cmdoption.internal.Logger
 
error(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
error(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
error(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
exists(Iterable<T>, F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
exists(T[], F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 

F

F0<R> - Interface in de.tototec.cmdoption.internal
 
F1<P,R> - Interface in de.tototec.cmdoption.internal
 
F1.Identity<I> - Class in de.tototec.cmdoption.internal
 
F2<P0,P1,R> - Interface in de.tototec.cmdoption.internal
 
filter(Iterable<T>, F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
filter(T[], F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
filterType(Iterable<?>, Class<T>) - Static method in class de.tototec.cmdoption.internal.FList
 
filterType(Object[], Class<T>) - Static method in class de.tototec.cmdoption.internal.FList
 
find(Iterable<T>, F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
find(T[], F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
findHandler(AccessibleObject, int, Class<? extends CmdOptionHandler>) - Method in class de.tototec.cmdoption.CmdlineParser
Find a CmdOptionHandler for the given element, argument count and requested handler type.
findMethod(Iterable<Method>, Method) - Method in class de.tototec.cmdoption.CmdlineParser
 
flatMap(Iterable<T>, F1<? super T, ? extends Iterable<R>>) - Static method in class de.tototec.cmdoption.internal.FList
 
flatMap(T[], F1<? super T, ? extends Iterable<R>>) - Static method in class de.tototec.cmdoption.internal.FList
 
flatMap(F1<? super T, ? extends Optional<R>>) - Method in class de.tototec.cmdoption.internal.Optional
 
flatten(Iterable<Iterable<T>>) - Static method in class de.tototec.cmdoption.internal.FList
 
flatten(Iterable<T>[]) - Static method in class de.tototec.cmdoption.internal.FList
 
flatten(T[][]) - Static method in class de.tototec.cmdoption.internal.FList
 
FList - Class in de.tototec.cmdoption.internal
 
foldLeft(Iterable<T>, R, F2<R, ? super T, R>) - Static method in class de.tototec.cmdoption.internal.FList
 
foldLeft(T[], R, F2<R, ? super T, R>) - Static method in class de.tototec.cmdoption.internal.FList
 
foldRight(Iterable<T>, F2<? super T, R, R>, R) - Static method in class de.tototec.cmdoption.internal.FList
 
foldRight(T[], F2<? super T, R, R>, R) - Static method in class de.tototec.cmdoption.internal.FList
 
forall(Iterable<T>, F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
forall(T[], F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
foreach(Iterable<T>, Procedure1<? super T>) - Static method in class de.tototec.cmdoption.internal.FList
 
foreach(T[], Procedure1<? super T>) - Static method in class de.tototec.cmdoption.internal.FList
 
format(PrintStream, CmdlineModel) - Method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
format(PrintStream, CmdlineModel) - Method in interface de.tototec.cmdoption.UsageFormatter2
 
formatCommands(PrintStream, List<CommandHandle>, String, ResourceBundle) - Method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
formatOptions(PrintStream, List<OptionHandle>, String, ResourceBundle) - Method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
formatParameter(PrintStream, OptionHandle, String, ResourceBundle) - Method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
formatTable(PrintStream, List<String[]>, int, int, int) - Static method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
formattedMsgAndCause(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 

G

get() - Method in class de.tototec.cmdoption.internal.Optional
 
getAboutLine() - Method in class de.tototec.cmdoption.CmdlineModel
 
getArgs() - Method in class de.tototec.cmdoption.OptionHandle
 
getArgsCount() - Method in class de.tototec.cmdoption.OptionHandle
 
getCmdlineModel() - Method in class de.tototec.cmdoption.CmdlineParser
 
getCmdlineParser() - Method in class de.tototec.cmdoption.CommandHandle
 
getCmdOptionHandler() - Method in class de.tototec.cmdoption.OptionHandle
 
getCommandCmdlineModel() - Method in class de.tototec.cmdoption.CommandHandle
 
getCommands() - Method in class de.tototec.cmdoption.CmdlineModel
 
getConflictsWith() - Method in class de.tototec.cmdoption.OptionHandle
 
getDescription() - Method in class de.tototec.cmdoption.CommandHandle
 
getDescription() - Method in class de.tototec.cmdoption.OptionHandle
 
getElement() - Method in class de.tototec.cmdoption.OptionHandle
 
getI18n(Class<?>) - Static method in class de.tototec.cmdoption.internal.I18nFactory
 
getI18n(Class<?>, Locale) - Static method in class de.tototec.cmdoption.internal.I18nFactory
 
getLineLength() - Method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
getLocale() - Method in class de.tototec.cmdoption.internal.I18n
 
getLocalizedMessage() - Method in exception de.tototec.cmdoption.CmdlineParserException
 
getLocalizedMessage() - Method in exception de.tototec.cmdoption.handler.CmdOptionHandlerException
 
getLogger(Class<?>) - Static method in class de.tototec.cmdoption.internal.LoggerFactory
 
getMaxCount() - Method in class de.tototec.cmdoption.OptionHandle
 
getMinCount() - Method in class de.tototec.cmdoption.OptionHandle
 
getNames() - Method in class de.tototec.cmdoption.CommandHandle
 
getNames() - Method in class de.tototec.cmdoption.OptionHandle
 
getObject() - Method in class de.tototec.cmdoption.CommandHandle
 
getObject() - Method in class de.tototec.cmdoption.OptionHandle
 
getOptions() - Method in class de.tototec.cmdoption.CmdlineModel
 
getOrElse(F0<T>) - Method in class de.tototec.cmdoption.internal.Optional
 
getParameter() - Method in class de.tototec.cmdoption.CmdlineModel
 
getParsedCommandName() - Method in class de.tototec.cmdoption.CmdlineParser
 
getParsedCommandObject() - Method in class de.tototec.cmdoption.CmdlineParser
 
getProgramName() - Method in class de.tototec.cmdoption.CmdlineModel
 
getRequires() - Method in class de.tototec.cmdoption.OptionHandle
 
getResourceBundle() - Method in class de.tototec.cmdoption.CmdlineModel
 
groupBy(T[], F1<? super T, ? extends K>) - Static method in class de.tototec.cmdoption.internal.FList
 
groupBy(Iterable<T>, F1<? super T, ? extends K>) - Static method in class de.tototec.cmdoption.internal.FList
 

H

hashCode() - Method in class de.tototec.cmdoption.internal.Optional
 

I

I18n - Class in de.tototec.cmdoption.internal
 
I18n() - Constructor for class de.tototec.cmdoption.internal.I18n
 
I18n.PreparedI18n - Interface in de.tototec.cmdoption.internal
 
I18nFactory - Class in de.tototec.cmdoption.internal
 
I18nFactory() - Constructor for class de.tototec.cmdoption.internal.I18nFactory
 
Identity() - Constructor for class de.tototec.cmdoption.internal.F1.Identity
 
info(String, Object...) - Method in interface de.tototec.cmdoption.internal.Logger
 
info(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
info(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
info(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
inspectElements(Object, Set<AccessibleObject>) - Method in class de.tototec.cmdoption.CmdlineParser
 
IntegerHandler - Class in de.tototec.cmdoption.handler
Apply an one-arg option to a Integer (or int) field or method.
IntegerHandler() - Constructor for class de.tototec.cmdoption.handler.IntegerHandler
 
isDebugEnabled() - Method in interface de.tototec.cmdoption.internal.Logger
 
isDebugEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
isDebugEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
isDebugEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
isDefined() - Method in class de.tototec.cmdoption.internal.Optional
 
isEmpty() - Method in class de.tototec.cmdoption.internal.Optional
 
isErrorEnabled() - Method in interface de.tototec.cmdoption.internal.Logger
 
isErrorEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
isErrorEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
isErrorEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
isHelp() - Method in class de.tototec.cmdoption.OptionHandle
 
isHidden() - Method in class de.tototec.cmdoption.CommandHandle
 
isHidden() - Method in class de.tototec.cmdoption.OptionHandle
 
isInfoEnabled() - Method in interface de.tototec.cmdoption.internal.Logger
 
isInfoEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
isInfoEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
isInfoEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
isPackagePrivate(Method) - Method in class de.tototec.cmdoption.CmdlineParser
 
isPrivate(Method) - Method in class de.tototec.cmdoption.CmdlineParser
 
isPublicOrProtected(Method) - Method in class de.tototec.cmdoption.CmdlineParser
 
isTraceEnabled() - Method in interface de.tototec.cmdoption.internal.Logger
 
isTraceEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
isTraceEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
isTraceEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
isVisible(Class<?>, Member) - Method in class de.tototec.cmdoption.CmdlineParser
 
isWarnEnabled() - Method in interface de.tototec.cmdoption.internal.Logger
 
isWarnEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
isWarnEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
isWarnEnabled() - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
iterator() - Method in class de.tototec.cmdoption.internal.Optional
 

J

JavaUtilLogger(Class<?>) - Constructor for class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 

L

lift(S) - Static method in class de.tototec.cmdoption.internal.Optional
 
LineLengthDetector - Interface in de.tototec.cmdoption
 
Logger - Interface in de.tototec.cmdoption.internal
A lightweight wrapper around a logging API, if available.
LoggerFactory - Class in de.tototec.cmdoption.internal
 
LoggerFactory() - Constructor for class de.tototec.cmdoption.internal.LoggerFactory
 
LoggerFactory.DummyLogger - Class in de.tototec.cmdoption.internal
 
LoggerFactory.JavaUtilLogger - Class in de.tototec.cmdoption.internal
All log messages will be pre-processed before given to the JUL logger to support SLF4J-style placeholders and arguments semantics.
LoggerFactory.Slf4jLogger - Class in de.tototec.cmdoption.internal
All log messages will be pass through SLF4j as-is.
LongHandler - Class in de.tototec.cmdoption.handler
Apply an one-arg option to a Long (or long) field or method.
LongHandler() - Constructor for class de.tototec.cmdoption.handler.LongHandler
 

M

map(Iterable<T>, F1<? super T, ? extends R>) - Static method in class de.tototec.cmdoption.internal.FList
 
map(T[], F1<? super T, ? extends R>) - Static method in class de.tototec.cmdoption.internal.FList
 
map(F1<? super T, ? extends R>) - Method in class de.tototec.cmdoption.internal.Optional
 
marktr(String) - Static method in class de.tototec.cmdoption.internal.I18n
 
marktrc(String, String) - Static method in class de.tototec.cmdoption.internal.I18n
 
mkSpace(PrintStream, int) - Static method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
mkString(Iterable<?>, String) - Static method in class de.tototec.cmdoption.internal.FList
 
mkString(Object[], String) - Static method in class de.tototec.cmdoption.internal.FList
 
mkString(Iterable<?>, String, String, String) - Static method in class de.tototec.cmdoption.internal.FList
 
mkString(T[], String, String, String) - Static method in class de.tototec.cmdoption.internal.FList
 
mkString(Iterable<T>, String, String, String, F1<? super T, String>) - Static method in class de.tototec.cmdoption.internal.FList
 
mkString(T[], String, String, String, F1<? super T, String>) - Static method in class de.tototec.cmdoption.internal.FList
 

N

none() - Static method in class de.tototec.cmdoption.internal.Optional
 
notr() - Method in interface de.tototec.cmdoption.internal.I18n.PreparedI18n
 

O

Optional<T> - Class in de.tototec.cmdoption.internal
 
OptionHandle - Class in de.tototec.cmdoption
 
OptionHandle(String[], String, CmdOptionHandler, Object, AccessibleObject, String[], int, int, boolean, boolean, String[], String[]) - Constructor for class de.tototec.cmdoption.OptionHandle
 
OptionHandle.OptionHandleComparator - Class in de.tototec.cmdoption
 
OptionHandleComparator() - Constructor for class de.tototec.cmdoption.OptionHandle.OptionHandleComparator
 
orNull() - Method in class de.tototec.cmdoption.internal.Optional
 

P

parse(String...) - Method in class de.tototec.cmdoption.CmdlineParser
 
parse(boolean, boolean, String...) - Method in class de.tototec.cmdoption.CmdlineParser
Parses the given commandline arguments.
preparetr(String, Object...) - Method in class de.tototec.cmdoption.internal.I18n
 
Procedure1<P> - Interface in de.tototec.cmdoption.internal
 
PutIntoMapHandler - Class in de.tototec.cmdoption.handler
Apply an two-arg option to an mutable Map.
PutIntoMapHandler() - Constructor for class de.tototec.cmdoption.handler.PutIntoMapHandler
 

R

registerHandler(CmdOptionHandler) - Method in class de.tototec.cmdoption.CmdlineParser
Register a new CmdOptionHandler.
reverse(Iterable<T>) - Static method in class de.tototec.cmdoption.internal.FList
 
reverse(T[]) - Static method in class de.tototec.cmdoption.internal.FList
 

S

sanitizeString(String) - Method in class de.tototec.cmdoption.CommandHandle.CommandHandleComparator
 
sanitizeString(String) - Method in class de.tototec.cmdoption.OptionHandle.OptionHandleComparator
 
setAboutLine(String) - Method in class de.tototec.cmdoption.CmdlineParser
An additional text displayed at the top of the usage/help display.
setAggregateShortOptionsWithPrefix(String) - Method in class de.tototec.cmdoption.CmdlineParser
Set the prefix of short options, that should be aggregated.
setDebugMode(boolean) - Method in class de.tototec.cmdoption.CmdlineParser
Programmatically enable or disable the debug mode.
setDebugModeAllowed(boolean) - Method in class de.tototec.cmdoption.CmdlineParser
Allow or disallow the recognition of a request of the debug mode via the special command line option --CMDOPTION_DEBUG.
setDefaultCommandClass(Class<?>) - Method in class de.tototec.cmdoption.CmdlineParser
 
setDefaultCommandName(String) - Method in class de.tototec.cmdoption.CmdlineParser
 
setProgramName(String) - Method in class de.tototec.cmdoption.CmdlineParser
Set the name of the program is usually called on the command line.
setReadArgsFromFilePrefix(String) - Method in class de.tototec.cmdoption.CmdlineParser
Set the argument prefix used to mark a cmdline argument as file which contains more commandline parameters.
setResourceBundle(String, ClassLoader) - Method in class de.tototec.cmdoption.CmdlineParser
 
setResourceBundle(String, Locale, ClassLoader) - Method in class de.tototec.cmdoption.CmdlineParser
 
setResourceBundle(ResourceBundle) - Method in class de.tototec.cmdoption.CmdlineParser
 
setShortOptionWithArgsPrefix(String) - Method in class de.tototec.cmdoption.CmdlineParser
If used to set a non-empty string, this enables the feature to give the argument of a short options without a space.
setStopAcceptOptionsAfterParameterIsSet(boolean) - Method in class de.tototec.cmdoption.CmdlineParser
If set to true, the parser will no longer parse options once it has seen a parameter.
setUsageFormatter(UsageFormatter2) - Method in class de.tototec.cmdoption.CmdlineParser
 
Slf4jLogger(Class<?>) - Constructor for class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
some(S) - Static method in class de.tototec.cmdoption.internal.Optional
 
sort(Iterable<T>, Comparator<? super T>) - Static method in class de.tototec.cmdoption.internal.FList
 
sort(T[], Comparator<? super T>) - Static method in class de.tototec.cmdoption.internal.FList
 
sortWith(Iterable<T>, F1<? super T, C>) - Static method in class de.tototec.cmdoption.internal.FList
 
sortWith(T[], F1<? super T, C>) - Static method in class de.tototec.cmdoption.internal.FList
 
StringFieldHandler - Class in de.tototec.cmdoption.handler
Apply an one-arg option to a field of type String.
StringFieldHandler() - Constructor for class de.tototec.cmdoption.handler.StringFieldHandler
 
StringMethodHandler - Class in de.tototec.cmdoption.handler
Apply an n-arg option to an (setter) method with n parameters of type String.
StringMethodHandler() - Constructor for class de.tototec.cmdoption.handler.StringMethodHandler
 

T

takeWhile(Iterable<T>, F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
takeWhile(T[], F1<? super T, Boolean>) - Static method in class de.tototec.cmdoption.internal.FList
 
toList() - Method in class de.tototec.cmdoption.internal.Optional
 
toString() - Method in class de.tototec.cmdoption.CmdlineModel
 
toString() - Method in class de.tototec.cmdoption.CommandHandle
 
toString() - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
toString() - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
toString() - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
toString() - Method in class de.tototec.cmdoption.internal.Optional
 
toString() - Method in class de.tototec.cmdoption.OptionHandle
 
tr() - Method in interface de.tototec.cmdoption.internal.I18n.PreparedI18n
 
tr(String, Object...) - Method in class de.tototec.cmdoption.internal.I18n
 
trace(String, Object...) - Method in interface de.tototec.cmdoption.internal.Logger
 
trace(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
trace(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
trace(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
translate(ResourceBundle, String) - Method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
translate(ResourceBundle, String[]) - Method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
trc(String, String, Object...) - Method in class de.tototec.cmdoption.internal.I18n
 
trcn(String, String, String, long, Object...) - Method in class de.tototec.cmdoption.internal.I18n
 
trn(String, String, long, Object...) - Method in class de.tototec.cmdoption.internal.I18n
 
TtyLineLengthDetector - Class in de.tototec.cmdoption
 
TtyLineLengthDetector() - Constructor for class de.tototec.cmdoption.TtyLineLengthDetector
 

U

unregisterAllHandler() - Method in class de.tototec.cmdoption.CmdlineParser
 
unregisterHandler(Class<? extends CmdOptionHandler>) - Method in class de.tototec.cmdoption.CmdlineParser
 
UrlHandler - Class in de.tototec.cmdoption.handler
 
UrlHandler() - Constructor for class de.tototec.cmdoption.handler.UrlHandler
 
usage() - Method in class de.tototec.cmdoption.CmdlineParser
 
usage(StringBuilder) - Method in class de.tototec.cmdoption.CmdlineParser
Deprecated.
usage(PrintStream) - Method in class de.tototec.cmdoption.CmdlineParser
 
UsageFormatter2 - Interface in de.tototec.cmdoption
 
usageString() - Method in class de.tototec.cmdoption.CmdlineParser
 

V

validate() - Method in class de.tototec.cmdoption.CmdlineParser
Check validity of the given configutaion classes.
validateOptions() - Method in class de.tototec.cmdoption.CmdlineParser
Do a consistency check for the given cmdoption model (all annotated opitons).
valueOf(String) - Static method in enum de.tototec.cmdoption.CmdOptionDelegate.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.tototec.cmdoption.CmdOptionDelegate.Mode
Returns an array containing the constants of this enum type, in the order they are declared.

W

warn(String, Object...) - Method in interface de.tototec.cmdoption.internal.Logger
 
warn(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.DummyLogger
 
warn(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.JavaUtilLogger
 
warn(String, Object...) - Method in class de.tototec.cmdoption.internal.LoggerFactory.Slf4jLogger
 
wrap(PrintStream, String, int, int) - Static method in class de.tototec.cmdoption.DefaultUsageFormatter2
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links