Uses of Class
org.alfresco.util.exec.RuntimeExec
-
Packages that use RuntimeExec Package Description org.alfresco.util.exec -
-
Uses of RuntimeExec in org.alfresco.util.exec
Method parameters in org.alfresco.util.exec with type arguments of type RuntimeExec Modifier and Type Method Description void
RuntimeExecShutdownBean. setShutdownCommands(java.util.List<RuntimeExec> startupCommands)
Set the commands to execute, in sequence, when the application context is initialized.void
RuntimeExecBootstrapBean. setStartupCommands(java.util.List<RuntimeExec> startupCommands)
Set the commands to execute, in sequence, when the application context is initialized.
-