Package redempt.ordinate.processing
Class CommandPipeline<T>
java.lang.Object
redempt.ordinate.processing.CommandPipeline<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addComponent
(CommandComponent<T> component) completions
(CommandContext<T> context) int
int
int
parse
(CommandContext<T> context, Supplier<CommandResult<T>> defaultResult) void
prepare()
boolean
removeComponent
(CommandComponent<T> component)
-
Constructor Details
-
CommandPipeline
public CommandPipeline() -
CommandPipeline
-
-
Method Details
-
getComponents
-
removeComponent
-
addComponent
-
prepare
public void prepare() -
parse
-
completions
-
getMaxArgWidth
public int getMaxArgWidth() -
getMinArgWidth
public int getMinArgWidth() -
getParsingSlots
public int getParsingSlots()
-