Uses of Enum Class
org.spincast.plugins.processutils.ExecutionOutputStrategy
-
Uses of ExecutionOutputStrategy in org.spincast.plugins.processutils
Modifier and TypeMethodDescriptionprotected ExecutionOutputStrategy
ProcessExecutionHandlerSync.getExecutionOutputStrategy()
static ExecutionOutputStrategy
Returns the enum constant of this class with the specified name.static ExecutionOutputStrategy[]
ExecutionOutputStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSpincastProcessUtils.executeSync
(long timeoutAmount, TimeUnit timeoutUnit, ExecutionOutputStrategy executionOutputStrategy, String... cmdArgs) Execute an external program synchronously.SpincastProcessUtils.executeSync
(long timeoutAmount, TimeUnit timeoutUnit, ExecutionOutputStrategy executionOutputStrategy, List<String> cmdArgs) Execute an external program synchronously.SpincastProcessUtilsDefault.executeSync
(long timeoutAmount, TimeUnit timeoutUnit, ExecutionOutputStrategy executionOutputStrategy, String... cmdArgs) SpincastProcessUtilsDefault.executeSync
(long timeoutAmount, TimeUnit timeoutUnit, ExecutionOutputStrategy executionOutputStrategy, List<String> cmdArgs) ModifierConstructorDescriptionProcessExecutionHandlerSync
(CountDownLatch latch, ExecutionOutputStrategy executionOutputStrategy)