Package nl.lexemmens.podman.executor
Interface CommandExecutorDelegate
-
- All Known Implementing Classes:
CommandExecutorDelegateImpl
public interface CommandExecutorDelegateInterface that allows delegation of command execution to a specific implementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>executeCommand(org.zeroturnaround.exec.ProcessExecutor processExecutor)Executes the command as configured in the provided ProcessExecutor.
-
-
-
Method Detail
-