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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHelp(HelpBuilder<T> help) voidintintintparse(CommandContext<T> context)
-
Constructor Details
-
DescriptionComponent
-
-
Method Details
-
addLine
-
getMaxParsedObjects
public int getMaxParsedObjects()- Specified by:
getMaxParsedObjectsin classCommandComponent<T>
-
getMaxConsumedArgs
public int getMaxConsumedArgs()- Specified by:
getMaxConsumedArgsin classCommandComponent<T>
-
getPriority
public int getPriority()- Specified by:
getPriorityin classCommandComponent<T>
-
addHelp
- Specified by:
addHelpin interfaceHelpProvider<T>
-
parse
- Specified by:
parsein classCommandComponent<T>
-