Package org.activiti.engine.impl.util
Class ShellCommandExecutor
java.lang.Object
org.activiti.engine.impl.util.ShellCommandExecutor
- All Implemented Interfaces:
CommandExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionShellCommandExecutor(Boolean waitFlag, Boolean cleanEnvBoolean, Boolean redirectErrorFlag, String directoryStr, String resultVariableStr, String errorCodeVariableStr, List<String> argList) ShellCommandExecutor(ShellExecutorContext context) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteCommand(DelegateExecution execution) voidsetWaitFlag(Boolean waitFlag)
-
Constructor Details
-
ShellCommandExecutor
-
ShellCommandExecutor
-
-
Method Details
-
executeCommand
- Specified by:
executeCommandin interfaceCommandExecutor- Throws:
Exception
-
getWaitFlag
-
setWaitFlag
-
getCleanEnvBoolean
-
getRedirectErrorFlag
-
getDirectoryStr
-
getResultVariableStr
-
getErrorCodeVariableStr
-
getArgList
-