Interface ProcessOutputConsumer
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
MatcherSeals.CheckJavaVersionConsumer
,ProcessOutputAlignmentCollector
,ProcessOutputInfoLogging
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
close()
void
processOutput
(String line) Processes one line of output.
-
Method Details
-
processOutput
Processes one line of output.- Parameters:
line
- the whole text line from an external process.
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-