public class ResourceServiceProviderDescriptor extends java.lang.Object implements IResourceServiceProvider.Provider
Constructor and Description |
---|
ResourceServiceProviderDescriptor(org.eclipse.core.runtime.IConfigurationElement element,
java.lang.String attClass) |
Modifier and Type | Method and Description |
---|---|
IResourceServiceProvider |
get(org.eclipse.emf.common.util.URI uri,
java.lang.String contentType) |
org.eclipse.core.runtime.IConfigurationElement |
getElement() |
public ResourceServiceProviderDescriptor(org.eclipse.core.runtime.IConfigurationElement element, java.lang.String attClass)
public org.eclipse.core.runtime.IConfigurationElement getElement()
public IResourceServiceProvider get(org.eclipse.emf.common.util.URI uri, java.lang.String contentType)
get
in interface IResourceServiceProvider.Provider
uri
- The uri that the returned ResourceServiceProvider will be responsible for.contentType
- A contentType if one is available, null otherwise.