Package redempt.ordinate.component
Class DescriptionComponent<T>
java.lang.Object
redempt.ordinate.component.abstracts.CommandComponent<T>
redempt.ordinate.component.DescriptionComponent<T>
- All Implemented Interfaces:
HelpProvider<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addHelp
(HelpBuilder<T> help) void
int
int
int
parse
(CommandContext<T> context)
-
Constructor Details
-
DescriptionComponent
-
-
Method Details
-
addLine
-
getMaxParsedObjects
public int getMaxParsedObjects()- Specified by:
getMaxParsedObjects
in classCommandComponent<T>
-
getMaxConsumedArgs
public int getMaxConsumedArgs()- Specified by:
getMaxConsumedArgs
in classCommandComponent<T>
-
getPriority
public int getPriority()- Specified by:
getPriority
in classCommandComponent<T>
-
addHelp
- Specified by:
addHelp
in interfaceHelpProvider<T>
-
parse
- Specified by:
parse
in classCommandComponent<T>
-