public class LogWatchStreamProcessor extends Object implements IStreamProcessor
| Constructor and Description |
|---|
LogWatchStreamProcessor(String success,
Set<String> failures,
IStreamProcessor destination) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureFound() |
String |
getOutput() |
boolean |
isInitWithSuccess() |
void |
onProcessed() |
void |
process(String block) |
void |
waitForResult(long timeout) |
public LogWatchStreamProcessor(String success, Set<String> failures, IStreamProcessor destination)
public void process(String block)
process in interface IStreamProcessorpublic void onProcessed()
onProcessed in interface IStreamProcessorpublic void waitForResult(long timeout)
public boolean isInitWithSuccess()
public String getFailureFound()
public String getOutput()
Copyright © 2018. All Rights Reserved.