| Package | Description |
|---|---|
| de.flapdoodle.embed.process.config.io | |
| de.flapdoodle.embed.process.config.process | |
| de.flapdoodle.embed.process.io | |
| de.flapdoodle.embed.process.runtime |
| Modifier and Type | Field and Description |
|---|---|
protected IStreamProcessor |
ProcessOutput.commands |
protected IStreamProcessor |
ProcessOutput.error |
protected IStreamProcessor |
ProcessOutput.output |
| Modifier and Type | Method and Description |
|---|---|
IStreamProcessor |
ProcessOutput.getCommands() |
IStreamProcessor |
ProcessOutput.getError() |
IStreamProcessor |
ProcessOutput.getOutput() |
| Constructor and Description |
|---|
ProcessOutput(IStreamProcessor output,
IStreamProcessor error,
IStreamProcessor commands) |
| Modifier and Type | Method and Description |
|---|---|
IStreamProcessor |
ProcessConfig.getError() |
IStreamProcessor |
ProcessConfig.getOutput() |
| Constructor and Description |
|---|
ProcessConfig(List<String> commandLine,
IStreamProcessor output) |
ProcessConfig(List<String> commandLine,
IStreamProcessor output,
IStreamProcessor error) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleOutputStreamProcessor |
class |
LoggingOutputStreamProcessor |
class |
LogWatchStreamProcessor |
class |
NamedOutputStreamProcessor |
class |
NullProcessor
Don't output anything.
|
class |
StreamToLineProcessor |
| Modifier and Type | Method and Description |
|---|---|
static IStreamProcessor |
Processors.console() |
static IStreamProcessor |
Processors.logTo(Logger logger,
Level level) |
static IStreamProcessor |
Processors.named(String name,
IStreamProcessor destination) |
static IStreamProcessor |
Processors.namedConsole(String name) |
static IStreamProcessor |
StreamToLineProcessor.wrap(IStreamProcessor destination) |
| Modifier and Type | Method and Description |
|---|---|
static ReaderProcessor |
Processors.connect(Reader reader,
IStreamProcessor processor) |
static IStreamProcessor |
Processors.named(String name,
IStreamProcessor destination) |
static IStreamProcessor |
StreamToLineProcessor.wrap(IStreamProcessor destination) |
| Constructor and Description |
|---|
LogWatchStreamProcessor(String success,
Set<String> failures,
IStreamProcessor destination) |
NamedOutputStreamProcessor(String name,
IStreamProcessor destination) |
ReaderProcessor(Reader reader,
IStreamProcessor streamProcessor) |
StreamToLineProcessor(IStreamProcessor destination) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ProcessControl.killProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
int pid) |
static boolean |
ProcessControl.tryKillProcess(ISupportConfig support,
Platform platform,
IStreamProcessor output,
int pid) |
Copyright © 2013. All Rights Reserved.