Uses of Interface
de.flapdoodle.embedmongo.io.IBlockProcessor

Packages that use IBlockProcessor
de.flapdoodle.embedmongo.io   
 

Uses of IBlockProcessor in de.flapdoodle.embedmongo.io
 

Classes in de.flapdoodle.embedmongo.io that implement IBlockProcessor
 class BlockConsoleOutputProcessor
           
 class BlockLogWatchProcessor
           
 class BlockNamedOutputProcessor
           
 

Methods in de.flapdoodle.embedmongo.io that return IBlockProcessor
static IBlockProcessor Processors.console()
           
static IBlockProcessor Processors.named(String name, IBlockProcessor destination)
           
static IBlockProcessor Processors.namedConsole(String name)
           
 

Methods in de.flapdoodle.embedmongo.io with parameters of type IBlockProcessor
static ReaderProcessor Processors.connect(Reader reader, IBlockProcessor processor)
           
static IBlockProcessor Processors.named(String name, IBlockProcessor destination)
           
 

Constructors in de.flapdoodle.embedmongo.io with parameters of type IBlockProcessor
BlockLogWatchProcessor(String success, String failure, IBlockProcessor destination)
           
BlockNamedOutputProcessor(String name, IBlockProcessor destination)
           
ReaderProcessor(Reader reader, IBlockProcessor blockProcessor)
           
 



Copyright © 2012. All Rights Reserved.