Uses of Interface
it.tidalwave.util.ProcessExecutor
-
Packages that use ProcessExecutor Package Description it.tidalwave.util it.tidalwave.util.spi -
-
Uses of ProcessExecutor in it.tidalwave.util
Methods in it.tidalwave.util that return ProcessExecutor Modifier and Type Method Description ProcessExecutor
ProcessExecutor. send(java.lang.String string)
Sends a string to the stdin of the running process.ProcessExecutor
ProcessExecutor. start()
Starts the external process.ProcessExecutor
ProcessExecutor. waitForCompletion()
Waits for the termination of the external process.ProcessExecutor
ProcessExecutor. withArgument(java.lang.String argument)
Adds a single argument to pass to the external process.ProcessExecutor
ProcessExecutor. withArguments(java.lang.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 Modifier and Type Class Description class
DefaultProcessExecutor
-