public interface Option
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
combine(java.lang.Object[] values)
Combines multiple values of an option into a single value.
|
PropertyId<?> |
getPropertyId() |
java.lang.Object |
valueOf(java.lang.String arg) |
PropertyId<?> getPropertyId()
java.lang.Object valueOf(java.lang.String arg)
throws OptionArgumentException
OptionArgumentExceptionjava.lang.Object combine(java.lang.Object[] values)
values - an array of values to be combinednull
if they cannot be combined