Class ExecCommand

    • Constructor Detail

      • ExecCommand

        public ExecCommand​(String executable,
                           List<String> args,
                           String workingDir,
                           Long timeout,
                           InputStream input,
                           File outFile,
                           boolean useStderrOnEmptyStdout,
                           org.apache.camel.LoggingLevel commandLogLevel)
    • Method Detail

      • getExecutable

        public String getExecutable()
      • getOutFile

        public File getOutFile()
      • getTimeout

        public long getTimeout()
      • getWorkingDir

        public String getWorkingDir()
      • isUseStderrOnEmptyStdout

        public boolean isUseStderrOnEmptyStdout()
      • getCommandLogLevel

        public org.apache.camel.LoggingLevel getCommandLogLevel()