public class ExecCommand extends Object implements Serializable
Constructor and Description |
---|
ExecCommand(String executable,
List<String> args,
String workingDir,
Long timeout,
InputStream input,
File outFile,
boolean useStderrOnEmptyStdout) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getArgs() |
String |
getExecutable() |
InputStream |
getInput() |
File |
getOutFile() |
long |
getTimeout() |
String |
getWorkingDir() |
boolean |
isUseStderrOnEmptyStdout() |
String |
toString() |
public String getExecutable()
public InputStream getInput()
public File getOutFile()
public long getTimeout()
public String getWorkingDir()
public boolean isUseStderrOnEmptyStdout()
Apache Camel