Class ExecuteCommandConfigImpl
java.lang.Object
net.datenwerke.rs.terminal.service.terminal.ExecuteCommandConfigImpl
- All Implemented Interfaces:
ExecuteCommandConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanexecute(TerminalCommandHook commandHooker, CommandParser parser, TerminalSession session)
-
Constructor Details
-
ExecuteCommandConfigImpl
public ExecuteCommandConfigImpl()
-
-
Method Details
-
allowHijackers
public boolean allowHijackers()- Specified by:
allowHijackersin interfaceExecuteCommandConfig
-
allowInteractive
public boolean allowInteractive()- Specified by:
allowInteractivein interfaceExecuteCommandConfig
-
allowOperators
public boolean allowOperators()- Specified by:
allowOperatorsin interfaceExecuteCommandConfig
-
execute
public CommandResult execute(TerminalCommandHook commandHooker, CommandParser parser, TerminalSession session) throws TerminalException - Specified by:
executein interfaceExecuteCommandConfig- Throws:
TerminalException
-