Interface CommandHelp.Entry
- All Superinterfaces:
CommandHelp
- Enclosing interface:
- CommandHelp
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.xpdustry.distributor.common.command.CommandHelp
CommandHelp.Empty, CommandHelp.Entry, CommandHelp.Suggestion -
Method Summary
Modifier and TypeMethodDescriptiongetFlags()static CommandHelp.Entryof(String syntax, CommandDescription description, List<CommandElement.Argument> arguments, List<CommandElement.Flag> flags)
-
Method Details
-
of
static CommandHelp.Entry of(String syntax, CommandDescription description, List<CommandElement.Argument> arguments, List<CommandElement.Flag> flags) -
getSyntax
String getSyntax() -
getDescription
CommandDescription getDescription() -
getArguments
List<CommandElement.Argument> getArguments() -
getFlags
List<CommandElement.Flag> getFlags()
-