Package org.rwtodd.args
Class BasicNoArgParam<T>
java.lang.Object
org.rwtodd.args.BasicNoArgParam<T>
- All Implemented Interfaces:
NoArgParam<T>,Param
- Direct Known Subclasses:
CountingParam,FlagParam
-
Field Details
-
paramNames
-
helpText
-
-
Constructor Details
-
BasicNoArgParam
-
-
Method Details
-
getValue
Description copied from interface:NoArgParamgets the current value of the parameter- Specified by:
getValuein interfaceNoArgParam<T>
-
addToMap
Description copied from interface:ParamAdd the parameter's names to aMap<String,Param>. -
addHelp
Description copied from interface:Paramadds help for this parameter to the given stream.
-