Interface IResourceServiceProviderExtension

  • All Known Implementing Classes:
    DefaultResourceServiceProvider

    public interface IResourceServiceProviderExtension
    Extension to the IResourceServiceProvider which allows to ask if a given resource URI points to a project source or a library.
    Since:
    2.8
    Noimplement:
    This interface is not intended to be implemented by clients.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isSource​(org.eclipse.emf.common.util.URI uri)
      Returns true if the given uri is from a source that is to-be-processed.
    • Method Detail

      • isSource

        boolean isSource​(org.eclipse.emf.common.util.URI uri)
        Returns true if the given uri is from a source that is to-be-processed.
        Since:
        2.9