Uses of Enum Class
org.spincast.plugins.processutils.ExecutionOutputStrategy
Packages that use ExecutionOutputStrategy
-
Uses of ExecutionOutputStrategy in org.spincast.plugins.processutils
Methods in org.spincast.plugins.processutils that return ExecutionOutputStrategyModifier 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.Methods in org.spincast.plugins.processutils with parameters of type ExecutionOutputStrategyModifier 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) Constructors in org.spincast.plugins.processutils with parameters of type ExecutionOutputStrategyModifierConstructorDescriptionProcessExecutionHandlerSync
(CountDownLatch latch, ExecutionOutputStrategy executionOutputStrategy)