Package redempt.ordinate.processing
Class CommandPipeline<T>
java.lang.Object
redempt.ordinate.processing.CommandPipeline<T>
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddComponent(CommandComponent<T> component) completions(CommandContext<T> context) intintintparse(CommandContext<T> context, Supplier<CommandResult<T>> defaultResult) voidprepare()booleanremoveComponent(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() 
 -