public static class CmdlineParameters.Parameter extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
theMayRepeat |
protected String |
theName |
protected int |
theNumValues |
protected String theName
protected int theNumValues
protected boolean theMayRepeat
public Parameter(String name, int numValues)
name
- name of the parameternumValues
- the number of values for the parameter, e.g. 0 or 1public Parameter(String name, int numValues, boolean mayRepeat)
name
- name of the parameternumValues
- the number of values for the parameter, e.g. 0 or 1mayRepeat
- if true, this parameter may be provided more than once in the argumentsCopyright © 2018. All rights reserved.