Class ShellCommandExecutor

java.lang.Object
org.activiti.engine.impl.util.ShellCommandExecutor
All Implemented Interfaces:
CommandExecutor

public class ShellCommandExecutor extends Object implements CommandExecutor
  • Constructor Details

  • Method Details

    • executeCommand

      public void executeCommand(DelegateExecution execution) throws Exception
      Specified by:
      executeCommand in interface CommandExecutor
      Throws:
      Exception
    • getWaitFlag

      public Boolean getWaitFlag()
    • setWaitFlag

      public void setWaitFlag(Boolean waitFlag)
    • getCleanEnvBoolean

      public Boolean getCleanEnvBoolean()
    • getRedirectErrorFlag

      public Boolean getRedirectErrorFlag()
    • getDirectoryStr

      public String getDirectoryStr()
    • getResultVariableStr

      public String getResultVariableStr()
    • getErrorCodeVariableStr

      public String getErrorCodeVariableStr()
    • getArgList

      public List<String> getArgList()