| Modifier and Type | Method and Description |
|---|---|
static OptionsParser.HelpVerbosity |
OptionsParser.HelpVerbosity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionsParser.HelpVerbosity[] |
OptionsParser.HelpVerbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OptionsParser.describeOptions(Map<String,String> categoryDescriptions,
OptionsParser.HelpVerbosity helpVerbosity)
Returns a description of all the options this parser can digest.
|
Copyright © 2016. All rights reserved.