public abstract class AbstractResourceServiceProviderDescriptor extends Object implements IResourceServiceProvider.Provider
| Constructor and Description |
|---|
AbstractResourceServiceProviderDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
IResourceServiceProvider |
get(org.eclipse.emf.common.util.URI uri,
String contentType) |
protected abstract String |
getContributor() |
protected abstract Object |
getExtension() |
public AbstractResourceServiceProviderDescriptor()
public IResourceServiceProvider get(org.eclipse.emf.common.util.URI uri, String contentType)
get in interface IResourceServiceProvider.Provideruri - The uri that the returned ResourceServiceProvider will be responsible for.contentType - A contentType if one is available, null otherwise.protected abstract String getContributor()
protected abstract Object getExtension()
Copyright © 2015. All Rights Reserved.