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,
org.apache.camel.LoggingLevel commandLogLevel) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getArgs() |
org.apache.camel.LoggingLevel |
getCommandLogLevel() |
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()
public org.apache.camel.LoggingLevel getCommandLogLevel()
Apache Camel