Uses of Class
it.tidalwave.util.spi.DefaultProcessExecutor
-
Uses of DefaultProcessExecutor in it.tidalwave.util.spi
Modifier and TypeMethodDescriptionstatic DefaultProcessExecutor
DefaultProcessExecutor.forExecutable
(String executable) Factory method for associating an executable.Sends a string to the stdin of the running process.DefaultProcessExecutor.start()
Starts the external process.DefaultProcessExecutor.waitForCompletion()
Waits for the termination of the external process.DefaultProcessExecutor.withArgument
(String argument) Adds a single argument to pass to the external process.DefaultProcessExecutor.withArguments
(String... arguments) Adds some arguments to pass to the external process.