org.eclipse.cdt.make.internal.core.scannerconfig.gnu
Class GCCPerFileBOPConsoleParser

java.lang.Object
  extended by org.eclipse.cdt.make.internal.core.scannerconfig.gnu.AbstractGCCBOPConsoleParser
      extended by org.eclipse.cdt.make.internal.core.scannerconfig.gnu.GCCPerFileBOPConsoleParser
All Implemented Interfaces:
IConsoleParser, IScannerInfoConsoleParser

public class GCCPerFileBOPConsoleParser
extends AbstractGCCBOPConsoleParser

GCC per file build output parser

Author:
vhirsl

Constructor Summary
GCCPerFileBOPConsoleParser()
           
 
Method Summary
 void startup(org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IPath workingDirectory, IScannerInfoCollector collector, IMarkerGenerator markerGenerator)
          One time initialization of a console parser.
 
Methods inherited from class org.eclipse.cdt.make.internal.core.scannerconfig.gnu.AbstractGCCBOPConsoleParser
getCompilerCommands, processLine, shutdown, startup
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCCPerFileBOPConsoleParser

public GCCPerFileBOPConsoleParser()
Method Detail

startup

public void startup(org.eclipse.core.resources.IProject project,
                    org.eclipse.core.runtime.IPath workingDirectory,
                    IScannerInfoCollector collector,
                    IMarkerGenerator markerGenerator)
Description copied from interface: IScannerInfoConsoleParser
One time initialization of a console parser.

collector - - scanner info collector