Package org.jacop.jasat.utils
Class OptParse.OptHandler<E>
java.lang.Object
org.jacop.jasat.utils.OptParse.OptHandler<E>
a class to handle one option
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
shortOpt
public char shortOpt -
longOpt
-
help
-
-
Constructor Details
-
OptHandler
public OptHandler()
-
-
Method Details
-
handle
handler for the option- Parameters:
parser
- the parser object that called this handlere
- the object to modify according to the optionarg
- the (optional) argument to the option- Returns:
- a value of the good type (not necessarily the given one)
-