public class NotifyingStreamProcessor extends Object implements de.flapdoodle.embed.process.io.IStreamProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
NotifyingStreamProcessor.ResultMatchingListener |
| Constructor and Description |
|---|
NotifyingStreamProcessor(de.flapdoodle.embed.process.io.IStreamProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
NotifyingStreamProcessor.ResultMatchingListener |
addListener(NotifyingStreamProcessor.ResultMatchingListener listener) |
void |
onProcessed() |
void |
process(String block) |
public NotifyingStreamProcessor(de.flapdoodle.embed.process.io.IStreamProcessor processor)
public NotifyingStreamProcessor.ResultMatchingListener addListener(NotifyingStreamProcessor.ResultMatchingListener listener)
public void process(String block)
process in interface de.flapdoodle.embed.process.io.IStreamProcessorpublic void onProcessed()
onProcessed in interface de.flapdoodle.embed.process.io.IStreamProcessorCopyright © 2017. All rights reserved.