Class IProjectHelper.DefaultProjectHelper

    • Method Summary

      All Methods Instance Methods Concrete 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultProjectHelper

        public DefaultProjectHelper()
    • Method Detail

      • isStandaloneFileURI

        public boolean isStandaloneFileURI​(org.eclipse.emf.ecore.EObject context,
                                           org.eclipse.emf.common.util.URI uri)
        Description copied from interface: IProjectHelper
        Only returns true for uris that are (a) workspace file uris, but (b) are not in source folders
        Specified by:
        isStandaloneFileURI in interface IProjectHelper