C G H M R V

C

com.x1seven.hydrogen.cli - package com.x1seven.hydrogen.cli
 
CommandLineInterpreter - Class in com.x1seven.hydrogen.cli
Service object for interpreting command-line arguments.
CommandLineInterpreter() - Constructor for class com.x1seven.hydrogen.cli.CommandLineInterpreter
 
CommandLineInterpreterException - Exception in com.x1seven.hydrogen.cli
Exception thrown by the CommandLineInterpreter to indicate a
CommandLineInterpreterException() - Constructor for exception com.x1seven.hydrogen.cli.CommandLineInterpreterException
 
CommandLineInterpreterException(String) - Constructor for exception com.x1seven.hydrogen.cli.CommandLineInterpreterException
 
CommandLineInterpreterException(String, Throwable) - Constructor for exception com.x1seven.hydrogen.cli.CommandLineInterpreterException
 
CommandLineInterpreterException(Throwable) - Constructor for exception com.x1seven.hydrogen.cli.CommandLineInterpreterException
 

G

getBooleanArgumentValue(String, String, String[], boolean) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
Retrieves the value for the argument with switch matching either the short or the long argument name, or returns the supplied default value if no matching argument was found.
getIntArgumentValue(String, String, String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
 
getPlainValues(String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
Builds an array which is contains all of the values from the supplied arguments array that are not switches (don't start with - or --).
getStringArgumentValue(String, String, String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
Retrieves the value for the argument with switch matching either the short or the long argument name.
getStringArgumentValue(String, String, boolean, String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
 
getStringArgumentValue(String, String, String, String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
 
getStringArgumentValue(String, String, boolean, String, String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
Retrieves the value for the argument with switch matching either the short or the long argument name, or returns the supplied default value if no matching argument was found.

H

hasNoValueArgument(String, String, String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
Checks if the supplied arguments contain the named switch without a value.

M

MESSAGE_MULTIPLE_INSTANCES_OF_THE_ARGUMENT_WERE_FOUND - Static variable in interface com.x1seven.hydrogen.cli.Resources
 
MESSAGE_NO_VALUE_WAS_PROVIDED_FOR_THE_ARGUMENT - Static variable in interface com.x1seven.hydrogen.cli.Resources
 
MESSAGE_THE_ARGUMENT_MUST_BE_SET_TO_EITHER_TRUE_OR_FALSE - Static variable in interface com.x1seven.hydrogen.cli.Resources
 
MESSAGE_THE_REQUIRED_ARGUMENT_WAS_NOT_SUPPLIED - Static variable in interface com.x1seven.hydrogen.cli.Resources
 

R

Resources - Interface in com.x1seven.hydrogen.cli
 

V

validateArgumentSwitches(String[]) - Method in class com.x1seven.hydrogen.cli.CommandLineInterpreter
Syntactic validation of the switches.

C G H M R V