Package | Description |
---|---|
enums | |
sdtext |
Modifier and Type | Method and Description |
---|---|
static CommandLineHelp |
CommandLineHelp.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommandLineHelp[] |
CommandLineHelp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CLIOptions.isNull(CommandLineHelp helpMsg,
java.lang.Object... args) |
protected static void |
CLIOptions.printError(CommandLineHelp program)
Prints program name, use, and command line options,
to be used when running a program that is missing a required
command line option
|