org.incava.jagol
public class BooleanOption extends Option
| Constructor Summary | |
|---|---|
| BooleanOption(String longName, String description) | |
| BooleanOption(String longName, String description, Boolean value) | |
| Method Summary | |
|---|---|
| Boolean | getValue()
Returns the value. |
| boolean | set(String arg, List args)
Sets from a list of command-line arguments. |
| void | setValue(Boolean value)
Sets the value. |
| void | setValue(String value)
Sets the value from the string, for a boolean type. |
| String | toString() |