An option holding a
Long
value.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class coneforest.clianthus.option.OptionHolder
getValue, handle
-
Constructor Details
-
OptionLong
Creates new option with given names.- Parameters:
names
- space-delimited names.
-
-
Method Details
-
parseArg
Description copied from class:OptionHolder
Parses an argument and returns an object.- Specified by:
parseArg
in classOptionHolder<Long>
- Parameters:
arg
- an argument.- Returns:
- an object.
- Throws:
ProcessingException
- when parse error occurs.
-