public class ExecuteCommandConfigImpl extends java.lang.Object implements ExecuteCommandConfig
| Constructor and Description |
|---|
ExecuteCommandConfigImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowHijackers() |
boolean |
allowInteractive() |
boolean |
allowOperators() |
CommandResult |
execute(TerminalCommandHook commandHooker,
CommandParser parser,
TerminalSession session) |
public boolean allowHijackers()
allowHijackers in interface ExecuteCommandConfigpublic boolean allowInteractive()
allowInteractive in interface ExecuteCommandConfigpublic boolean allowOperators()
allowOperators in interface ExecuteCommandConfigpublic CommandResult execute(TerminalCommandHook commandHooker, CommandParser parser, TerminalSession session) throws TerminalException
execute in interface ExecuteCommandConfigTerminalException