public static class OptionsParser.UnparsedOptionValueDescription extends Object
Note that the unparsed value and the source parameters can both be null.
| Constructor and Description |
|---|
UnparsedOptionValueDescription(String name,
Field field,
String unparsedValue,
OptionPriority priority,
String source,
boolean explicit) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getSource() |
String |
getUnparsedValue() |
boolean |
isBooleanOption() |
boolean |
isDocumented() |
boolean |
isExplicit() |
boolean |
isHidden() |
String |
toString() |
public UnparsedOptionValueDescription(String name, Field field, String unparsedValue, OptionPriority priority, String source, boolean explicit)
Copyright © 2016. All rights reserved.