Uses of Class
org.alfresco.util.exec.RuntimeExec.ExecutionResult
-
Packages that use RuntimeExec.ExecutionResult Package Description org.alfresco.util.exec -
-
Uses of RuntimeExec.ExecutionResult in org.alfresco.util.exec
Methods in org.alfresco.util.exec that return RuntimeExec.ExecutionResult Modifier and Type Method Description RuntimeExec.ExecutionResult
RuntimeExec. execute()
Executes the command using the default propertiesRuntimeExec.ExecutionResult
RuntimeExec. execute(Map<String,String> properties)
Executes the statement that this instance was constructed with.RuntimeExec.ExecutionResult
RuntimeExec. execute(Map<String,String> properties, long timeoutMs)
Executes the statement that this instance was constructed with an optional timeout after which the command is asked to
-