Uses of Interface
it.tidalwave.util.ProcessExecutor
Packages that use ProcessExecutor
-
Uses of ProcessExecutor in it.tidalwave.util
Methods in it.tidalwave.util that return ProcessExecutorModifier 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
Classes in it.tidalwave.util.spi that implement ProcessExecutor