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:
parent
07dc15fa9c
commit
a24bf0e276
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ public interface ICProject extends IParent, IOpenable, ICElement {
|
||||||
*/
|
*/
|
||||||
boolean isOnOutputEntry(IResource resource);
|
boolean isOnOutputEntry(IResource resource);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param resource
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
|
boolean isOnSourceRoot(IResource resource);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the library references for this project.
|
* Return the library references for this project.
|
||||||
|
|
Loading…
Add table
Reference in a new issue