Package 

Class CommandContext

  • All Implemented Interfaces:

    
    public final class CommandContext<T extends Object>
    
                        

    The context when the command is executed. It is passed as an argument or receiver when executing a command or completing a tab. This class holds information when executing a command or completing a tab, which can be retrieved by the plug-in that registered the command, the command itself, the sender of the command, etc. It can also send a message to the executor of the command, display usage instructions, etc.