public abstract class SimpleCommand<T> extends ParameterCommand<T>
Constructor and Description |
---|
SimpleCommand() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getSuggestions(CommandArgs args,
CommandLocals locals) |
addFlag, addParameter, getFlagParser, getParameters, getUsage, testPermission, testPermission0
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
call, getDescription
public final java.util.List<java.lang.String> getSuggestions(CommandArgs args, CommandLocals locals) throws MissingArgumentException
MissingArgumentException