public class ApplyCommand extends SimpleCommand<Contextual<? extends Operation>>
Constructor and Description |
---|
ApplyCommand() |
ApplyCommand(CommandExecutor<Contextual<? extends RegionFunction>> functionParser,
java.lang.String description) |
Modifier and Type | Method and Description |
---|---|
Apply |
call(CommandArgs args,
CommandLocals locals) |
java.lang.String |
getDescription() |
protected boolean |
testPermission0(CommandLocals locals) |
getSuggestions
addFlag, addParameter, getFlagParser, getParameters, getUsage, testPermission
public ApplyCommand()
public ApplyCommand(CommandExecutor<Contextual<? extends RegionFunction>> functionParser, java.lang.String description)
public Apply call(CommandArgs args, CommandLocals locals) throws CommandException
CommandException
public java.lang.String getDescription()
protected boolean testPermission0(CommandLocals locals)
testPermission0
in class ParameterCommand<Contextual<? extends Operation>>