|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IStreamProcessor | |
|---|---|
| de.flapdoodle.embedmongo.config | |
| de.flapdoodle.embedmongo.io | |
| de.flapdoodle.embedmongo.runtime | |
| Uses of IStreamProcessor in de.flapdoodle.embedmongo.config |
|---|
| Methods in de.flapdoodle.embedmongo.config that return IStreamProcessor | |
|---|---|
IStreamProcessor |
MongodProcessOutputConfig.getCommandsOutput()
|
IStreamProcessor |
ProcessConfig.getError()
|
IStreamProcessor |
MongodProcessOutputConfig.getMongodError()
|
IStreamProcessor |
MongodProcessOutputConfig.getMongodOutput()
|
IStreamProcessor |
ProcessConfig.getOutput()
|
| Constructors in de.flapdoodle.embedmongo.config with parameters of type IStreamProcessor | |
|---|---|
MongodProcessOutputConfig(IStreamProcessor mongodOutput,
IStreamProcessor mongodError,
IStreamProcessor commandsOutput)
|
|
ProcessConfig(List<String> commandLine,
IStreamProcessor output)
|
|
ProcessConfig(List<String> commandLine,
IStreamProcessor output,
IStreamProcessor error)
|
|
| Uses of IStreamProcessor in de.flapdoodle.embedmongo.io |
|---|
| Classes in de.flapdoodle.embedmongo.io that implement IStreamProcessor | |
|---|---|
class |
ConsoleOutputStreamProcessor
|
class |
LoggingOutputStreamProcessor
|
class |
LogWatchStreamProcessor
|
class |
NamedOutputStreamProcessor
|
class |
NullProcessor
Don't output anything. |
class |
StreamToLineProcessor
|
| Methods in de.flapdoodle.embedmongo.io that return IStreamProcessor | |
|---|---|
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)
|
| Methods in de.flapdoodle.embedmongo.io with parameters of type IStreamProcessor | |
|---|---|
static ReaderProcessor |
Processors.connect(Reader reader,
IStreamProcessor processor)
|
static IStreamProcessor |
Processors.named(String name,
IStreamProcessor destination)
|
static IStreamProcessor |
StreamToLineProcessor.wrap(IStreamProcessor destination)
|
| Constructors in de.flapdoodle.embedmongo.io with parameters of type IStreamProcessor | |
|---|---|
LogWatchStreamProcessor(String success,
String failure,
IStreamProcessor destination)
|
|
NamedOutputStreamProcessor(String name,
IStreamProcessor destination)
|
|
ReaderProcessor(Reader reader,
IStreamProcessor streamProcessor)
|
|
StreamToLineProcessor(IStreamProcessor destination)
|
|
| Uses of IStreamProcessor in de.flapdoodle.embedmongo.runtime |
|---|
| Methods in de.flapdoodle.embedmongo.runtime with parameters of type IStreamProcessor | |
|---|---|
static boolean |
ProcessControl.killProcess(Platform platform,
IStreamProcessor output,
int pid)
|
static boolean |
ProcessControl.tryKillProcess(Platform platform,
IStreamProcessor output,
int pid)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||