public static class Converters.LogLevelConverter extends java.lang.Object implements Converter<java.util.logging.Level>
Modifier and Type | Field and Description |
---|---|
static java.util.logging.Level[] |
LEVELS |
Constructor and Description |
---|
LogLevelConverter() |
Modifier and Type | Method and Description |
---|---|
java.util.logging.Level |
convert(java.lang.String input)
Convert a string into type T.
|
java.lang.String |
getTypeDescription()
The type description appears in usage messages.
|
public java.util.logging.Level convert(java.lang.String input) throws OptionsParsingException
Converter
convert
in interface Converter<java.util.logging.Level>
OptionsParsingException
public java.lang.String getTypeDescription()
Converter
getTypeDescription
in interface Converter<java.util.logging.Level>