| Modifier and Type | Field and Description |
|---|---|
protected String |
longForm |
protected String |
shortForm |
| Constructor and Description |
|---|
Parser.CliSwitch(String shortForm,
String longForm) |
Parser.CliSwitch(String shortForm,
String longForm,
boolean required) |
Parser.CliSwitch(String shortForm,
String longForm,
boolean required,
String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDefault() |
boolean |
isRequired() |
void |
setDefault(String defaultName) |
void |
setDefault(String defaultName,
String defaultVal) |
Copyright © 2015. All Rights Reserved.