public GroupableOption extends Option
An option that can be added to a interface ParameterGroup
interface ParameterGroupOption.DefaultImpls| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupName()
The name of the group, or null if this option should not be grouped in the help output.
|
ParameterGroup |
getParameterGroup()
The group that this option belongs to, or null. Set by the group.
|
void |
setGroupName(java.lang.String p)
The name of the group, or null if this option should not be grouped in the help output.
|
void |
setParameterGroup(ParameterGroup p)
The group that this option belongs to, or null. Set by the group.
|
finalize, getCompletionCandidates, getHelp, getHelpTags, getHidden, getMetavar, getNames, getNvalues, getParameterHelp, getParser, getSecondaryNames, postValidate@Nullable ParameterGroup getParameterGroup()
The group that this option belongs to, or null. Set by the group.
void setParameterGroup(@Nullable
ParameterGroup p)
The group that this option belongs to, or null. Set by the group.
@Nullable java.lang.String getGroupName()
The name of the group, or null if this option should not be grouped in the help output.
void setGroupName(@Nullable
java.lang.String p)
The name of the group, or null if this option should not be grouped in the help output.