FlagOption
, StringOption
public interface Option
Modifier and Type | Method | 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
OptionArgumentException
java.lang.Object combine(java.lang.Object[] values)
values
- an array of values to be combinednull
if they cannot be combined