Class ExecCommand

java.lang.Object
org.apache.camel.component.exec.ExecCommand
All Implemented Interfaces:
Serializable

public class ExecCommand extends Object implements Serializable
Value object that describes the command to be executed.
See Also:
  • Constructor Details

  • Method Details

    • getArgs

      public List<String> getArgs()
    • getExecutable

      public String getExecutable()
    • getExitValues

      public Set<Integer> getExitValues()
    • getInput

      public InputStream getInput()
    • getOutFile

      public File getOutFile()
    • getTimeout

      public long getTimeout()
    • getWorkingDir

      public String getWorkingDir()
    • isUseStderrOnEmptyStdout

      public boolean isUseStderrOnEmptyStdout()
    • getCommandLogLevel

      public org.apache.camel.LoggingLevel getCommandLogLevel()
    • toString

      public String toString()
      Overrides:
      toString in class Object