| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The short name of the option, i.e.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue
The default value of this parameter.
|
String |
desc
The textual description of the option
|
boolean |
hasArg
True, if the paramter has an argument, default is false.
|
String |
longOpt
The long name of the option, i.e.
|
boolean |
required
True, if the parameter is required, default is false;
|
public abstract String value
public abstract String longOpt
public abstract String desc
public abstract boolean hasArg
public abstract boolean required
public abstract String defaultValue
Copyright © 2016 DevCon5 GmbH. All rights reserved.