A  B  C  D  E  F  G  H  I  L  N  O  P  R  S  U  V 

A

add(Options, String, String, boolean, boolean, String) - Static method in class de .topobyte .utilities .apache .commons .cli . OptionHelper
Add an option to the options specified by parameters
add(Options, String, String, boolean, boolean, String, String) - Static method in class de .topobyte .utilities .apache .commons .cli . OptionHelper
Add an option to the options specified by parameters
addCommand(String, ExeOptionsFactory) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
addCommand(String, Class<?>) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
addCommand(String, ExeOptionsFactory, Class<?>) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
addL(Options, String, boolean, boolean, String) - Static method in class de .topobyte .utilities .apache .commons .cli . OptionHelper
Add a long option to the options specified by parameters
addL(Options, String, boolean, boolean, String, String) - Static method in class de .topobyte .utilities .apache .commons .cli . OptionHelper
Add a long option to the options specified by parameters
addS(Options, String, boolean, boolean, String) - Static method in class de .topobyte .utilities .apache .commons .cli . OptionHelper
Add a short option to the options specified by parameters
addS(Options, String, boolean, boolean, String, String) - Static method in class de .topobyte .utilities .apache .commons .cli . OptionHelper
Add a short option to the options specified by parameters
ArgumentHelper - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
ArgumentHelper() - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
ArgumentParseException - Exception in de.topobyte.utilities.apache.commons.cli.parsing
 
ArgumentParseException(String) - Constructor for exception de .topobyte .utilities .apache .commons .cli .parsing . ArgumentParseException
 
ArgumentParser - Class in de.topobyte.utilities.apache.commons.cli.commands
 
ArgumentParser(String, ExeOptions) - Constructor for class de .topobyte .utilities .apache .commons .cli .commands . ArgumentParser
 

B

BaseOption - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
BaseOption(boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . BaseOption
 
BasicArguments - Class in de.topobyte.utilities.apache.commons.cli.commands.args
 
BasicArguments(String[]) - Constructor for class de .topobyte .utilities .apache .commons .cli .commands .args . BasicArguments
 
BasicExeOptions - Class in de.topobyte.utilities.apache.commons.cli.commands.options
 
BasicExeOptions() - Constructor for class de .topobyte .utilities .apache .commons .cli .commands .options . BasicExeOptions
 
BasicExeOptions(String) - Constructor for class de .topobyte .utilities .apache .commons .cli .commands .options . BasicExeOptions
 
BooleanOption - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
BooleanOption(boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . BooleanOption
 
BooleanOption(boolean, boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . BooleanOption
 

C

CliTool - Class in de.topobyte.utilities.apache.commons.cli
 
CliTool(String, Options) - Constructor for class de .topobyte .utilities .apache .commons .cli . CliTool
 
CommonsCliArguments - Class in de.topobyte.utilities.apache.commons.cli.commands.args
 
CommonsCliArguments(CommonsCliExeOptions, CommandLine) - Constructor for class de .topobyte .utilities .apache .commons .cli .commands .args . CommonsCliArguments
 
CommonsCliExeOptions - Class in de.topobyte.utilities.apache.commons.cli.commands.options
 
CommonsCliExeOptions(Options, String) - Constructor for class de .topobyte .utilities .apache .commons .cli .commands .options . CommonsCliExeOptions
 
compare(Option, Option) - Method in class de .topobyte .utilities .apache .commons .cli . DefaultOptionComparator
 
createOptions() - Method in interface de .topobyte .utilities .apache .commons .cli .commands .options . ExeOptionsFactory
 

D

de.topobyte.utilities.apache.commons.cli - package de.topobyte.utilities.apache.commons.cli
 
de.topobyte.utilities.apache.commons.cli.commands - package de.topobyte.utilities.apache.commons.cli.commands
 
de.topobyte.utilities.apache.commons.cli.commands.args - package de.topobyte.utilities.apache.commons.cli.commands.args
 
de.topobyte.utilities.apache.commons.cli.commands.delegate - package de.topobyte.utilities.apache.commons.cli.commands.delegate
 
de.topobyte.utilities.apache.commons.cli.commands.options - package de.topobyte.utilities.apache.commons.cli.commands.options
 
de.topobyte.utilities.apache.commons.cli.parsing - package de.topobyte.utilities.apache.commons.cli.parsing
 
DefaultOptionComparator - Class in de.topobyte.utilities.apache.commons.cli
An Option comparator that mimics the behavior of the default comparator used by the HelpFormatter.
DefaultOptionComparator() - Constructor for class de .topobyte .utilities .apache .commons .cli . DefaultOptionComparator
 
Delegate - Interface in de.topobyte.utilities.apache.commons.cli.commands.delegate
 
DelegateClass - Class in de.topobyte.utilities.apache.commons.cli.commands.delegate
 
DelegateClass(Class<?>, boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .commands .delegate . DelegateClass
 
DelegateExeOptions - Class in de.topobyte.utilities.apache.commons.cli.commands.options
 
DelegateExeOptions() - Constructor for class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
DoubleOption - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
DoubleOption(boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . DoubleOption
 
DoubleOption(boolean, double) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . DoubleOption
 

E

EnumArgument < K extends Enum < K>> - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
EnumArgument(Class<K>) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . EnumArgument
 
ErrorHandlingStrategy - Enum in de.topobyte.utilities.apache.commons.cli.commands
 
ExecutionData - Class in de.topobyte.utilities.apache.commons.cli.commands
 
ExecutionData(String, ParsedArguments, Delegate) - Constructor for class de .topobyte .utilities .apache .commons .cli .commands . ExecutionData
 
ExeOptions - Interface in de.topobyte.utilities.apache.commons.cli.commands.options
 
ExeOptionsFactory - Interface in de.topobyte.utilities.apache.commons.cli.commands.options
 
ExeRunner - Class in de.topobyte.utilities.apache.commons.cli.commands
 
ExeRunner() - Constructor for class de .topobyte .utilities .apache .commons .cli .commands . ExeRunner
 

F

findOptions(CommandLine, Collection<String>) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . LineHelper
Of a collection of specified option names, find those options that are present in the CommandLine argument.

G

getArgs() - Method in class de .topobyte .utilities .apache .commons .cli .commands .args . BasicArguments
 
getArgs() - Method in class de .topobyte .utilities .apache .commons .cli .commands . ExecutionData
 
getBoolean(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getBooleans(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getClazz() - Method in class de .topobyte .utilities .apache .commons .cli .commands .delegate . DelegateClass
 
getDelegate() - Method in class de .topobyte .utilities .apache .commons .cli .commands . ExecutionData
 
getDelegate(String) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
getDouble(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getDoubles(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getInteger(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getIntegers(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getKey(Option) - Static method in class de .topobyte .utilities .apache .commons .cli . OptionUtil
This method provides the same functionality as the Option's getKey() method, which has package private visibility however.
getLine() - Method in class de .topobyte .utilities .apache .commons .cli .commands .args . CommonsCliArguments
 
getLong(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getLongs(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getName() - Method in class de .topobyte .utilities .apache .commons .cli .commands . ExecutionData
 
getOptions() - Method in class de .topobyte .utilities .apache .commons .cli .commands .args . CommonsCliArguments
 
getOptions() - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . CommonsCliExeOptions
 
getPossibleNames(boolean) - Method in class de .topobyte .utilities .apache .commons .cli .parsing . EnumArgument
 
getRemainingArguments(CommandLine) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . LineHelper
 
getString(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getStrings(CommandLine, String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
getSubOptions(String) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
getValue() - Method in class de .topobyte .utilities .apache .commons .cli .parsing . BooleanOption
 
getValue() - Method in class de .topobyte .utilities .apache .commons .cli .parsing . DoubleOption
 
getValue() - Method in class de .topobyte .utilities .apache .commons .cli .parsing . IntegerOption
 
getValue(CommandLine, String, boolean, boolean) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . LineHelper
 
getValue() - Method in class de .topobyte .utilities .apache .commons .cli .parsing . LongOption
 
getValue() - Method in class de .topobyte .utilities .apache .commons .cli .parsing . StringOption
 

H

hasSubCommand(String) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
hasValue() - Method in class de .topobyte .utilities .apache .commons .cli .parsing . BaseOption
 

I

IntegerOption - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
IntegerOption(boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . IntegerOption
 
IntegerOption(boolean, int) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . IntegerOption
 
isPassName() - Method in class de .topobyte .utilities .apache .commons .cli .commands .delegate . DelegateClass
 

L

LineHelper - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
LineHelper() - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . LineHelper
 
LongOption - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
LongOption(boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . LongOption
 
LongOption(boolean, long) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . LongOption
 

N

NO_OPTIONS - Static variable in class de .topobyte .utilities .apache .commons .cli .commands .options . OptionFactories
 

O

OptionFactories - Class in de.topobyte.utilities.apache.commons.cli.commands.options
 
OptionHelper - Class in de.topobyte.utilities.apache.commons.cli
 
OptionHelper() - Constructor for class de .topobyte .utilities .apache .commons .cli . OptionHelper
 
OptionUtil - Class in de.topobyte.utilities.apache.commons.cli
 
OptionUtil() - Constructor for class de .topobyte .utilities .apache .commons .cli . OptionUtil
 

P

parse(String[]) - Method in class de .topobyte .utilities .apache .commons .cli .commands . ArgumentParser
 
parse(String, String[], Delegate) - Method in class de .topobyte .utilities .apache .commons .cli .commands . ArgumentParser
 
parse(String) - Method in class de .topobyte .utilities .apache .commons .cli .parsing . EnumArgument
 
parseBoolean(String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
parseBooleanWithDefaultValue(String, boolean) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
ParsedArguments - Interface in de.topobyte.utilities.apache.commons.cli.commands.args
 
parseDouble(String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
parseInteger(String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
parseLong(String) - Static method in class de .topobyte .utilities .apache .commons .cli .parsing . ArgumentHelper
 
printHelpAndExit() - Method in class de .topobyte .utilities .apache .commons .cli . CliTool
Prints the help message and terminates the JVM with the specified exit code.
printHelpAndExit(int) - Method in class de .topobyte .utilities .apache .commons .cli . CliTool
Prints the help message and terminates the JVM with the specified exit code.
printMessageAndHelpAndExit(String) - Method in class de .topobyte .utilities .apache .commons .cli . CliTool
Prints the specified message, followed by the help message and terminates the JVM with an exit code of 1.
printMessageAndHelpAndExit(int, String) - Method in class de .topobyte .utilities .apache .commons .cli . CliTool
Prints the specified message, followed by the help message and terminates the JVM with the specified exit code.
printMessagesAndHelpAndExit(String...) - Method in class de .topobyte .utilities .apache .commons .cli . CliTool
Prints the specified messages, followed by the help message and terminates the JVM with an exit code of 1.
printMessagesAndHelpAndExit(int, String...) - Method in class de .topobyte .utilities .apache .commons .cli . CliTool
Prints the specified messages, followed by the help message and terminates the JVM with the specified exit code.

R

run(ExecutionData) - Static method in class de .topobyte .utilities .apache .commons .cli .commands . ExeRunner
 
RunnerException - Exception in de.topobyte.utilities.apache.commons.cli.commands
 
RunnerException() - Constructor for exception de .topobyte .utilities .apache .commons .cli .commands . RunnerException
 
RunnerException(String) - Constructor for exception de .topobyte .utilities .apache .commons .cli .commands . RunnerException
 
RunnerException(Throwable) - Constructor for exception de .topobyte .utilities .apache .commons .cli .commands . RunnerException
 
RunnerException(String, Throwable) - Constructor for exception de .topobyte .utilities .apache .commons .cli .commands . RunnerException
 

S

setErrorHandlingStrategy(ErrorHandlingStrategy) - Method in class de .topobyte .utilities .apache .commons .cli .commands . ArgumentParser
 
StringOption - Class in de.topobyte.utilities.apache.commons.cli.parsing
 
StringOption(boolean) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . StringOption
 
StringOption(boolean, String) - Constructor for class de .topobyte .utilities .apache .commons .cli .parsing . StringOption
 

U

usage(String) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . BasicExeOptions
 
usage(String) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . CommonsCliExeOptions
 
usage(String) - Method in class de .topobyte .utilities .apache .commons .cli .commands .options . DelegateExeOptions
 
usage(String) - Method in interface de .topobyte .utilities .apache .commons .cli .commands .options . ExeOptions
 

V

valueOf(String) - Static method in enum de .topobyte .utilities .apache .commons .cli .commands . ErrorHandlingStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum de .topobyte .utilities .apache .commons .cli .commands . ErrorHandlingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
A  B  C  D  E  F  G  H  I  L  N  O  P  R  S  U  V