Class Executor
java.lang.Object
io.github.devsecops.engine.core.contract.Executor
- Direct Known Subclasses:
BashShellExecutor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Executor
public Executor()
-
-
Method Details
-
execute
public abstract String execute(String cmd, Map<String, String> params) throws IOException, InterruptedException- Throws:
IOExceptionInterruptedException
-
execute
- Throws:
IOExceptionInterruptedException
-