Package org.activiti.engine.cfg.security
Class CommandExecutorContext
- java.lang.Object
-
- org.activiti.engine.cfg.security.CommandExecutorContext
-
public class CommandExecutorContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandExecutorContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CommandExecutorFactory
getShellCommandExecutorFactory()
static void
setShellExecutorContextFactory(CommandExecutorFactory shellCommandExecutorFactory)
-
-
-
Method Detail
-
setShellExecutorContextFactory
public static void setShellExecutorContextFactory(CommandExecutorFactory shellCommandExecutorFactory)
-
getShellCommandExecutorFactory
public static CommandExecutorFactory getShellCommandExecutorFactory()
-
-