Uses of Class
it.tidalwave.util.spi.DefaultProcessExecutor
-
Packages that use DefaultProcessExecutor Package Description it.tidalwave.util.spi -
-
Uses of DefaultProcessExecutor in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi that return DefaultProcessExecutor Modifier and Type Method Description static DefaultProcessExecutorDefaultProcessExecutor. forExecutable(String executable)Factory method for associating an executable.DefaultProcessExecutorDefaultProcessExecutor. send(String string)Sends a string to the stdin of the running process.DefaultProcessExecutorDefaultProcessExecutor. start()Starts the external process.DefaultProcessExecutorDefaultProcessExecutor. waitForCompletion()Waits for the termination of the external process.DefaultProcessExecutorDefaultProcessExecutor. withArgument(String argument)Adds a single argument to pass to the external process.DefaultProcessExecutorDefaultProcessExecutor. withArguments(String... arguments)Adds some arguments to pass to the external process.
-