Package cloud.commandframework.arguments
Command arguments that are used to build command parsing chains
-
Interface Summary Interface Description CommandSuggestionEngine<C> Handler that produces command suggestions depending on inputCommandSyntaxFormatter<C> Utility that formats chains ofcommand argumentsinto syntax strings -
Class Summary Class Description CommandArgument<C,T> A argument that belongs to a commandCommandArgument.Builder<C,T> Mutable builder forCommandArgumentinstancesDelegatingCommandSuggestionEngine<C> Command suggestion engine that delegates to aCommandTreeDelegatingCommandSuggestionEngineFactory<C> Factory that producesDelegatingCommandSuggestionEngineinstancesStandardCommandSyntaxFormatter<C> CommandSyntaxFormatterimplementation that uses the following rules: static arguments are serialized as their name, without a bracket required arguments are serialized as their name, surrounded by angle brackets optional arguments are serialized as their name, surrounded by square bracketsStandardCommandSyntaxFormatter.FormattingInstance Instance that is used when building command syntaxStaticArgument<C> CommandArgumenttype that recognizes fixed strings.