- All Superinterfaces:
ArgumentContainer
- All Known Implementing Classes:
ArgumentGroupImpl
This interface defines a method to conceptually group up
Argument
objects.-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) Sets the description for the arguments of this container.Methods inherited from interface net.sourceforge.argparse4j.inf.ArgumentContainer
addArgument
-
Method Details
-
description
Description copied from interface:ArgumentContainer
Sets the description for the arguments of this container.- Specified by:
description
in interfaceArgumentContainer
- Parameters:
description
- The description of this container.- Returns:
- this
-