Interface CommandExecutor
- All Known Implementing Classes:
CommandExecutorImpl
public interface CommandExecutor
Executes commands.
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCommand(@NotNull CharSequence commandLine) Executes a command or a list of commands.
-
Method Details
-
executeCommand
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
-