org.eclipse.cdt.make.core.scannerconfig
Interface IScannerInfoConsoleParser
- All Superinterfaces:
- IConsoleParser
- All Known Implementing Classes:
- AbstractGCCBOPConsoleParser, GCCPerFileBOPConsoleParser, GCCPerFileSIPConsoleParser, GCCScannerInfoConsoleParser, GCCSpecsConsoleParser
public interface IScannerInfoConsoleParser
- extends IConsoleParser
Parses a line of command output looking for scanner info entries.
- Author:
- vhirsl
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. |
startup
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.
- Parameters:
project
- workingDirectory
- collector
- - scanner info collectormarkerGenerator
-