Class DockerCommandExecutor
- java.lang.Object
-
- org.technologybrewery.orphedomos.util.exec.DockerCommandExecutor
-
public class DockerCommandExecutor extends Object
-
-
Constructor Summary
Constructors Constructor Description DockerCommandExecutor(File workingDirectory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ProcessExecutorcreateDockerExecutor(List<String> arguments)intexecuteAndLogOutput(List<String> arguments)intexecuteWithSensitiveArgsAndLogOutput(List<org.apache.commons.lang3.tuple.Pair<String,Boolean>> argAndIsSensitivePairs)
-
-
-
Constructor Detail
-
DockerCommandExecutor
public DockerCommandExecutor(File workingDirectory)
-
-
Method Detail
-
executeWithSensitiveArgsAndLogOutput
public int executeWithSensitiveArgsAndLogOutput(List<org.apache.commons.lang3.tuple.Pair<String,Boolean>> argAndIsSensitivePairs) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
executeAndLogOutput
public int executeAndLogOutput(List<String> arguments) throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
createDockerExecutor
protected ProcessExecutor createDockerExecutor(List<String> arguments)
-
-