Interface ExecuteCommandConfig
- All Known Implementing Classes:
ExecuteCommandConfigImpl
public interface ExecuteCommandConfig
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanexecute(TerminalCommandHook commandHook, CommandParser parser, TerminalSession session)
-
Method Details
-
allowHijackers
boolean allowHijackers() -
allowInteractive
boolean allowInteractive() -
allowOperators
boolean allowOperators() -
execute
CommandResult execute(TerminalCommandHook commandHook, CommandParser parser, TerminalSession session) throws TerminalException - Throws:
TerminalException
-