public interface IProgramLauncher
| Modifier and Type | Method and Description |
|---|---|
IProgramLauncher |
argument(String argument) |
IProgramLauncher |
command(String command) |
IProgramLauncher |
errorStreamConsumer(IConsumer<InputStream,IOException> errorStreamConsumer) |
IProgramLauncher |
inputStreamConsumer(IConsumer<InputStream,IOException> inputStreamConsumer) |
Process |
launch() |
Process |
launch(ICanceler canceler) |
IProgramLauncher |
streamToLogger() |
IProgramLauncher |
waitFor() |
IProgramLauncher |
waitNot() |
IProgramLauncher waitNot()
IProgramLauncher waitFor()
IProgramLauncher streamToLogger()
IProgramLauncher command(String command)
IProgramLauncher argument(String argument)
IProgramLauncher errorStreamConsumer(IConsumer<InputStream,IOException> errorStreamConsumer)
IProgramLauncher inputStreamConsumer(IConsumer<InputStream,IOException> inputStreamConsumer)
Process launch() throws IOException, InterruptedException
IOExceptionInterruptedExceptionProcess launch(ICanceler canceler) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2007–2018 Andreas W. Bartels. All rights reserved.