Uses of Class
it.tidalwave.util.spi.DefaultProcessExecutor
Packages that use DefaultProcessExecutor
-
Uses of DefaultProcessExecutor in it.tidalwave.util.spi
Methods in it.tidalwave.util.spi that return DefaultProcessExecutorModifier and TypeMethodDescriptionstatic DefaultProcessExecutorDefaultProcessExecutor.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.