- 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
-