Package | Description |
---|---|
it.tidalwave.util.spi |
Modifier and Type | Method and Description |
---|---|
static DefaultProcessExecutor |
DefaultProcessExecutor.forExecutable(String executable)
Factory method for associating an executable.
|
DefaultProcessExecutor |
DefaultProcessExecutor.send(String string)
Sends a string to the stdin of the running process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.start()
Starts the external process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.waitForCompletion()
Waits for the termination of the external process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.withArgument(String argument)
Adds a single argument to pass to the external process.
|
DefaultProcessExecutor |
DefaultProcessExecutor.withArguments(String... arguments)
Adds some arguments to pass to the external process.
|
Copyright © 2009–2016 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.