Package org.rwtodd.args
Interface OneArgParam
- All Superinterfaces:
Param
- All Known Implementing Classes:
BasicOneArgParam,BoundedIntParam,ClampedIntParam,DoubleParam,ExistingDirectoryParam,ExistingFileParam,IntListParam,IntParam,StringParam
An interface for parameters that take an argument from the command line.
-
Method Summary
-
Method Details
-
process
Process an parameter with its argument.- Parameters:
param- the name of the parameter, as it was found in the command-line.argument- the given argument to the parameter.- Throws:
ArgParserException- if there is a problem parsing the argument.
-