T
- the type returnedpublic interface Getter<T>
Modifier and Type | Method and Description |
---|---|
String |
getOptionName() |
List<IndependentPair<String,Class<?>>> |
getStringValues()
A
Getter object has an implicit knowledge about the property it's setting,
and the instance of the option bean. |
Class<?> |
getType() |
boolean |
isMultiValued() |
List<IndependentPair<String,Class<?>>> getStringValues() throws org.kohsuke.args4j.CmdLineException
Getter
object has an implicit knowledge about the property it's setting,
and the instance of the option bean.org.kohsuke.args4j.CmdLineException
boolean isMultiValued()
String getOptionName()