org.incava.jagol
Class NonBooleanOption
public abstract class NonBooleanOption
Base class of all options, except for booleans.
protected abstract String | getType()- Returns the option type.
|
boolean | set(String arg, List args)- Sets from a list of command-line arguments.
|
NonBooleanOption
public NonBooleanOption(String longName,
String description)
getType
protected abstract String getType()
Returns the option type.
set
public boolean set(String arg,
List args)
throws OptionException Sets from a list of command-line arguments. Returns whether this option
could be set from the current head of the list.
- set in interface Option