Package org.rwtodd.args
Class ParamGroup
java.lang.Object
org.rwtodd.args.ParamGroup
- All Implemented Interfaces:
DecorativeParam,Param
This is a named group of Params for the purpose of organizing help text.
It is not a param itself, and doesn't add itself to the
Parser's map.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParamGroup
Creates a ParamGroup.- Parameters:
name- the name of the group, displayed above the contained params.params- the parameters in the group.
-
-
Method Details