MapSetter
public interface Setter<T>
Modifier and Type | Method | Description |
---|---|---|
void |
addValue(T value) |
Adds/sets a value to the property of the option bean.
|
java.lang.Class<T> |
getType() |
Gets the type of the underlying method/field.
|
boolean |
isMultiValued() |
Whether this setter is instrinsically multi-valued.
|
void addValue(T value) throws CmdLineException
A Setter
object has an implicit knowledge about the property it's setting,
and the instance of the option bean.
CmdLineException
java.lang.Class<T> getType()
boolean isMultiValued()