| Package | Description |
|---|---|
| org.gytheio.util.exec |
| Modifier and Type | Method and Description |
|---|---|
RuntimeExec.ExecutionResult |
RuntimeExec.execute()
Executes the command using the default properties
|
RuntimeExec.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
|
RuntimeExec.ExecutionResult |
RuntimeExec.execute(Map<String,String> properties,
RuntimeExec.InputStreamReaderThreadFactory stdOutGobblerFactory,
RuntimeExec.InputStreamReaderThreadFactory stdErrGobblerFactory,
long timeoutMs)
Executes the statement that this instance was constructed with an optional
timeout after which the command is asked to
|
Copyright © 2018 Alfresco Software. All rights reserved.