Interface ProcessOutputConsumer
-
- All Known Implementing Classes:
DefaultOutputConsumer
public interface ProcessOutputConsumer
This interface is used to consume the output of a tool, line by line
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consumeOutput(String line)
Consume a line of output obtained from a tool.List<String>
getProcessOutput()
void
setLogger(Logger logger)
-