1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

added missing method to interface

This commit is contained in:
David Inglis 2004-04-22 02:53:56 +00:00
parent 07dc15fa9c
commit a24bf0e276

View file

@ -90,6 +90,11 @@ public interface ICProject extends IParent, IOpenable, ICElement {
*/
boolean isOnOutputEntry(IResource resource);
/**
* @param resource
* @return
*/
boolean isOnSourceRoot(IResource resource);
/**
* Return the library references for this project.