Package org.eclipse.xtext.resource
Interface IResourceServiceProviderExtension
-
- All Known Implementing Classes:
DefaultResourceServiceProvider
public interface IResourceServiceProviderExtensionExtension to theIResourceServiceProviderwhich 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 booleanisSource(org.eclipse.emf.common.util.URI uri)Returns true if the given uri is from a source that is to-be-processed.
-