mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
From Sam Robb:
Adds an interface to disasociated the addMarker() from the builder class.
This commit is contained in:
parent
0298ec1a16
commit
44ebc59862
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
||||||
|
package org.eclipse.cdt.core;
|
||||||
|
|
||||||
|
import org.eclipse.core.resources.IResource;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author sam.robb
|
||||||
|
*/
|
||||||
|
public interface IMarkerGenerator {
|
||||||
|
public void addMarker(IResource file, int lineNumber, String errorDesc, int severity, String errorVar);
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue