Interface CommandExecutor

  • All Known Implementing Classes:
    CommandExecutorImpl

    public interface CommandExecutor
    Executes commands.
    • Method Detail

      • executeCommand

        void executeCommand​(@NotNull
                            @NotNull java.lang.CharSequence commandLine)
        Executes a command or a list of commands. The commands may be a client- or a server-sided command.
        Parameters:
        commandLine - the commands to execute