private static class Options.ParseResult
extends java.lang.Object
@Option
.Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
description
The description of an option.
|
(package private) @Nullable java.lang.String |
shortName
The short name of an option, or null if none.
|
(package private) @Nullable java.lang.String |
typeName
The type name of an option, or null if none.
|
Constructor and Description |
---|
ParseResult(@Nullable java.lang.String shortName,
@Nullable java.lang.String typeName,
java.lang.String description)
Create a new ParseResult.
|
@Nullable java.lang.String shortName
@Nullable java.lang.String typeName
java.lang.String description
ParseResult(@Nullable java.lang.String shortName, @Nullable java.lang.String typeName, java.lang.String description)
shortName
- the short name of an option, or null if nonetypeName
- the type name of an option, or null if nonedescription
- the description of an option