Class ProcessDockerExecResult
java.lang.Object
java.lang.Process
org.aksw.shellgebra.processbuilder.ProcessDockerExecResult
-
Constructor Summary
ConstructorsConstructorDescriptionProcessDockerExecResult(org.testcontainers.containers.Container.ExecResult execResult) -
Method Summary
Methods inherited from class Process
children, descendants, destroyForcibly, errorReader, errorReader, info, inputReader, inputReader, isAlive, onExit, outputWriter, outputWriter, pid, supportsNormalTermination, toHandle, waitFor
-
Constructor Details
-
ProcessDockerExecResult
public ProcessDockerExecResult(org.testcontainers.containers.Container.ExecResult execResult)
-
-
Method Details
-
getExecResult
public org.testcontainers.containers.Container.ExecResult getExecResult() -
getOutputStream
- Specified by:
getOutputStreamin classProcess
-
getInputStream
- Specified by:
getInputStreamin classProcess
-
getErrorStream
- Specified by:
getErrorStreamin classProcess
-
waitFor
- Specified by:
waitForin classProcess- Throws:
InterruptedException
-
exitValue
-
destroy
-