-
-
Constructor Summary
Constructors
-
Method Summary
void
adds help for this parameter to the given stream.
void
Add the parameter's names to a Map<String,Param>.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
helpText
protected final String helpText
-
-
Method Details
-
-
addToMap
Description copied from interface: Param
Add the parameter's names to a Map<String,Param>.
- Specified by:
addToMap in interface Param
- Parameters:
map - the Map to which our names should be added.
-
addHelp
Description copied from interface: Param
adds help for this parameter to the given stream.
- Specified by:
addHelp in interface Param
- Parameters:
ps - the stream to use