Package | Description |
---|---|
it.tidalwave.util | |
it.tidalwave.util.spi |
Modifier and Type | Method and Description |
---|---|
ProcessExecutor |
ProcessExecutor.send(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(String argument)
Adds a single argument to pass to the external process.
|
ProcessExecutor |
ProcessExecutor.withArguments(String... arguments)
Adds some arguments to pass to the external process.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProcessExecutor |
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.