public interface CommandFlag extends CommandPart
Modifier and Type | Method and Description |
---|---|
char |
getName() |
default boolean |
isRequired()
Returns
true if this part is required, and may not be
missing from the command line. |
getDescription, getTextRepresentation, in
char getName()
default boolean isRequired()
CommandPart
true
if this part is required, and may not be
missing from the command line.isRequired
in interface CommandPart