| Package | Description |
|---|---|
| org.spincast.plugins.processutils |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionOutputStrategy |
ProcessExecutionHandlerSync.getExecutionOutputStrategy() |
static ExecutionOutputStrategy |
ExecutionOutputStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionOutputStrategy[] |
ExecutionOutputStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SyncExecutionResult |
SpincastProcessUtilsDefault.executeSync(long timeoutAmount,
TimeUnit timeoutUnit,
ExecutionOutputStrategy executionOutputStrategy,
List<String> cmdArgs) |
SyncExecutionResult |
SpincastProcessUtils.executeSync(long timeoutAmount,
TimeUnit timeoutUnit,
ExecutionOutputStrategy executionOutputStrategy,
List<String> cmdArgs)
Execute an external program synchronously.
|
SyncExecutionResult |
SpincastProcessUtilsDefault.executeSync(long timeoutAmount,
TimeUnit timeoutUnit,
ExecutionOutputStrategy executionOutputStrategy,
String... cmdArgs) |
SyncExecutionResult |
SpincastProcessUtils.executeSync(long timeoutAmount,
TimeUnit timeoutUnit,
ExecutionOutputStrategy executionOutputStrategy,
String... cmdArgs)
Execute an external program synchronously.
|
| Constructor and Description |
|---|
ProcessExecutionHandlerSync(CountDownLatch latch,
ExecutionOutputStrategy executionOutputStrategy) |
Copyright © 2019. All rights reserved.