Interface CommandExecutor

All Known Implementing Classes:
CommandExecutorImpl

public interface CommandExecutor
Executes commands.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeCommand(@NotNull CharSequence commandLine)
    Executes a command or a list of commands.
  • Method Details

    • executeCommand

      void executeCommand(@NotNull @NotNull 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