org.eclipse.cdt.core
Interface IConsoleParser

All Known Subinterfaces:
IScannerInfoConsoleParser
All Known Implementing Classes:
AbstractGCCBOPConsoleParser, GCCPerFileBOPConsoleParser, GCCPerFileSIPConsoleParser, GCCScannerInfoConsoleParser, GCCSpecsConsoleParser

public interface IConsoleParser

A basic interface for console parsers

Author:
vhirsl

Method Summary
 boolean processLine(java.lang.String line)
          Parse one line of output.
 void shutdown()
          Finalization of a console parser when the stream is closed.
 

Method Detail

processLine

boolean processLine(java.lang.String line)
Parse one line of output.

Parameters:
line -
Returns:
true if line was successfully processed; skip other console parsers

false - try other console parsers


shutdown

void shutdown()
Finalization of a console parser when the stream is closed.