Uses of Interface
it.tidalwave.util.ProcessExecutor
-
Uses of ProcessExecutor in it.tidalwave.util
Modifier and TypeMethodDescriptionSends a string to the stdin of the running process.ProcessExecutor.start()
Starts the external process.ProcessExecutor.waitForCompletion()
Waits for the termination of the external process.ProcessExecutor.withArgument
(String argument) Adds a single argument to pass to the external process.ProcessExecutor.withArguments
(String... arguments) Adds some arguments to pass to the external process. -
Uses of ProcessExecutor in it.tidalwave.util.spi