Class ParamSpec
java.lang.Object
com.vividsolutions.jump.util.commandline.ParamSpec
Specifies the syntax for a single option on a command line.
-
Constructor Details
-
ParamSpec
-
ParamSpec
-
-
Method Details
-
setDoc
-
getDesc
-
getNumOptions
public int getNumOptions() -
getOption
-
getParam
- Returns:
- last param, if at least one was defined, else null
-
getAllArguments
-
hasArguments
public boolean hasArguments() -
matches
-
addParam
- Throws:
ParseException
-