Interface SimpleScriptingService
- All Known Subinterfaces:
ScriptingService
- All Known Implementing Classes:
DummyScriptingServiceImpl,ScriptingServiceImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface SimpleScriptingService
-
Method Summary
Modifier and TypeMethodDescriptionexecuteScript(String join, TerminalSession session, Map<String, Object> objectMap, String arguments) executeScript(FileServerFile script, TerminalSession session, Map<String, Object> objectMap, String arguments)
-
Method Details
-
executeScript
ScriptResult executeScript(String join, TerminalSession session, Map<String, Object> objectMap, String arguments) throws Exception- Throws:
Exception
-
executeScript
ScriptResult executeScript(FileServerFile script, TerminalSession session, Map<String, Object> objectMap, String arguments) throws Exception- Throws:
Exception
-