Package cloud.commandframework.arguments
package cloud.commandframework.arguments
Command arguments that are used to build command parsing chains
-
Interface SummaryInterfaceDescriptionHandler that produces command suggestions depending on inputUtility that formats chains of
command argumentsinto syntax strings -
Class SummaryClassDescriptionCommandArgument<C,T>A argument that belongs to a commandCommandArgument.Builder<C,T>Mutable builder for
CommandArgumentinstancesCommandArgument.TypedBuilder<C,T,B extends CommandArgument.Builder<C,T>>A variant of builders designed for subclassing, that returns a self type.Command suggestion engine that delegates to aCommandTreeFactory that producesDelegatingCommandSuggestionEngineinstancesCommandSyntaxFormatterimplementation 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 bracketsInstance that is used when building command syntaxCommandArgumenttype that recognizes fixed strings.