Interface CommandExecutor
-
- All Known Implementing Classes:
CommandExecutorImpl
public interface CommandExecutorExecutes commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteCommand(@NotNull java.lang.CharSequence commandLine)Executes a command or a list of commands.
-