Uses of Interface
nl.lexemmens.podman.executor.CommandExecutorDelegate
-
Packages that use CommandExecutorDelegate Package Description nl.lexemmens.podman.executor nl.lexemmens.podman.service -
-
Uses of CommandExecutorDelegate in nl.lexemmens.podman.executor
Classes in nl.lexemmens.podman.executor that implement CommandExecutorDelegate Modifier and Type Class Description classCommandExecutorDelegateImplDelegate class that is responsible for actually executing a specific command. -
Uses of CommandExecutorDelegate in nl.lexemmens.podman.service
Constructors in nl.lexemmens.podman.service with parameters of type CommandExecutorDelegate Constructor Description BuildahExecutorService(org.apache.maven.plugin.logging.Log log, PodmanConfiguration podmanConfig, CommandExecutorDelegate delegate)Constructs a new instance of this class.PodmanExecutorService(org.apache.maven.plugin.logging.Log log, PodmanConfiguration podmanConfig, CommandExecutorDelegate delegate)Constructs a new instance of this class.
-