Package redempt.ordinate.dispatch
Class DispatchComponent<T>
java.lang.Object
redempt.ordinate.component.abstracts.CommandComponent<T>
redempt.ordinate.dispatch.DispatchComponent<T>
- 
Constructor Summary
ConstructorsConstructorDescriptionDispatchComponent(CommandDispatcher<T> dispatcher, MessageFormatter<T> tooManyArgsError)  - 
Method Summary
Modifier and TypeMethodDescriptioncomplete(CommandContext<T> context, Set<String> completions) intintintparse(CommandContext<T> context) Methods inherited from class redempt.ordinate.component.abstracts.CommandComponent
failure, failure, getDepth, getIndex, getMinConsumedArgs, getParent, setIndex, setParent, success 
- 
Constructor Details
- 
DispatchComponent
 
 - 
 - 
Method Details
- 
getMaxConsumedArgs
public int getMaxConsumedArgs()- Specified by:
 getMaxConsumedArgsin classCommandComponent<T>
 - 
getMaxParsedObjects
public int getMaxParsedObjects()- Specified by:
 getMaxParsedObjectsin classCommandComponent<T>
 - 
getPriority
public int getPriority()- Specified by:
 getPriorityin classCommandComponent<T>
 - 
parse
- Specified by:
 parsein classCommandComponent<T>
 - 
complete
- Overrides:
 completein classCommandComponent<T>
 
 -