Interface IProjectHelper
-
- All Known Implementing Classes:
IProjectHelper.DefaultProjectHelper
public interface IProjectHelper
- Since:
- 2.0
- No Reference:
- This interface is for internal use only, not intended to be referenced by clients.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IProjectHelper.DefaultProjectHelper
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isStandaloneFileURI(org.eclipse.emf.ecore.EObject context, org.eclipse.emf.common.util.URI uri)
Only returns true for uris that are (a) workspace file uris, but (b) are not in source folders
-