Interface CommandExecutionContext
- All Known Implementing Classes:
DefaultCommandExecutionContext
public interface CommandExecutionContext
-
Method Summary
-
Method Details
-
getContext
Context getContext() -
getPlugin
BootPlugin getPlugin() -
getSender
CommandSenderHandle getSender() -
getCommandLabel
String getCommandLabel() -
getInput
String getInput() -
getArguments
-
getParsedArguments
-
getUsage
String getUsage() -
sendMessage
-