public class CommandRunner extends Object
Modifier and Type | Field and Description |
---|---|
private OutputReader |
err |
private int |
exitCode |
protected static org.slf4j.Logger |
logger |
private OutputReader |
out |
Constructor and Description |
---|
CommandRunner(File workingDir,
String... command) |
CommandRunner(String... command) |
protected static org.slf4j.Logger logger
private final int exitCode
private final OutputReader out
private final OutputReader err
public CommandRunner(String... command) throws OctopusException
OctopusException
public CommandRunner(File workingDir, String... command) throws OctopusException
OctopusException