Interface IResourceManager


  • public interface IResourceManager
    This manager provides access to public project resource management API
    • Method Detail

      • getResourceLocationType

        ResourceLocationType getResourceLocationType​(org.eclipse.core.runtime.IPath path)
        Gets the resource location designator. A target resource may be located in:
        • No resource present in accessible stores
        • Resource located in a projects which corresponds to the provided URI
        • Resource located in a library being used by a target project
        Parameters:
        path - The path to the file in the workspace. May not be null
        Returns:
        The location type. May not be null
      • getResourceLocationType

        ResourceLocationType getResourceLocationType​(org.eclipse.emf.common.util.URI emfResourceUri)
        Gets the resource location designator. A target resource may be located in:
        • No resource present in accessible stores
        • Resource located in a projects which corresponds to the provided URI
        • Resource located in a library being used by a target project
        Parameters:
        emfResourceUri - The resource URI. May not be null
        Returns:
        The location type. May not be null