org.incava.jagol
public abstract class NonBooleanOption extends Option
| Constructor Summary | |
|---|---|
| NonBooleanOption(String longName, String description) | |
| Method Summary | |
|---|---|
| protected abstract String | getType()
Returns the option type. |
| boolean | set(String arg, List args)
Sets from a list of command-line arguments. |