| 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 | Method and Description |
|---|---|
StreamProcessor |
ProcessOutput.getCommands() |
StreamProcessor |
ProcessOutput.getError() |
StreamProcessor |
ProcessOutput.getOutput() |
| Constructor and Description |
|---|
ProcessOutput(StreamProcessor output,
StreamProcessor error,
StreamProcessor commands) |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessor |
ProcessConfig.getError() |
StreamProcessor |
ProcessConfig.getOutput() |
| Constructor and Description |
|---|
ProcessConfig(List<String> commandLine,
StreamProcessor output) |
ProcessConfig(List<String> commandLine,
StreamProcessor output,
StreamProcessor error) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsoleOutputStreamProcessor |
class |
LogWatchStreamProcessor |
class |
NamedOutputStreamProcessor |
class |
NullProcessor
Don't output anything.
|
class |
Slf4jStreamProcessor |
class |
StreamToLineProcessor |
| Modifier and Type | Method and Description |
|---|---|
static StreamProcessor |
Processors.console() |
static StreamProcessor |
Processors.logTo(org.slf4j.Logger logger,
Slf4jLevel level) |
static StreamProcessor |
Processors.named(String name,
StreamProcessor destination) |
static StreamProcessor |
Processors.namedConsole(String name) |
static StreamProcessor |
Processors.silent() |
static StreamProcessor |
StreamToLineProcessor.wrap(StreamProcessor destination) |
| Modifier and Type | Method and Description |
|---|---|
static ReaderProcessor |
Processors.connect(Reader reader,
StreamProcessor processor) |
static StreamProcessor |
Processors.named(String name,
StreamProcessor destination) |
static StreamProcessor |
StreamToLineProcessor.wrap(StreamProcessor destination) |
| Constructor and Description |
|---|
LogWatchStreamProcessor(String success,
Set<String> failures,
StreamProcessor destination) |
NamedOutputStreamProcessor(String name,
StreamProcessor destination) |
ReaderProcessor(Reader reader,
StreamProcessor streamProcessor) |
StreamToLineProcessor(StreamProcessor destination) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Processes.killProcess(SupportConfig support,
Platform platform,
StreamProcessor output,
long pid) |
static boolean |
Processes.termProcess(SupportConfig support,
Platform platform,
StreamProcessor output,
long pid) |
static boolean |
Processes.tryKillProcess(SupportConfig support,
Platform platform,
StreamProcessor output,
long pid) |
Copyright © 2020. All rights reserved.