@Beta
public static interface IResourceServiceProvider.Provider
IResourceServiceProvider.Registry or via the
corresponding extension points.
Please don't use this interface as it is not guaranteed that clients of the Registry request a new
ResourceServiceProvider for every URI.| Modifier and Type | Method and Description |
|---|---|
IResourceServiceProvider |
get(org.eclipse.emf.common.util.URI uri,
java.lang.String contentType) |
IResourceServiceProvider get(org.eclipse.emf.common.util.URI uri, java.lang.String contentType)
uri - The uri that the returned ResourceServiceProvider will be responsible for.contentType - A contentType if one is available, null otherwise.