| Package | Description |
|---|---|
| org.eclipse.emf.ecore.resource |
Provides an API for modeling abstract
persistent resources.
|
| org.eclipse.emf.ecore.resource.impl |
Provides an implementation of the resource API.
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Factory |
Resource.Factory.Descriptor.createFactory()
Creates a factory and returns it.
|
Resource.Factory |
Resource.Factory.Registry.getFactory(URI uri)
Returns the resource factory appropriate for the given URI.
|
Resource.Factory |
Resource.Factory.Registry.getFactory(URI uri,
java.lang.String contentType)
Returns the resource factory appropriate for the given URI
with the given
content type identifier. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceFactoryImpl
A trivial implementation of a resource factory.
|
| Modifier and Type | Method and Description |
|---|---|
static Resource.Factory |
ResourceFactoryRegistryImpl.convert(java.lang.Object resourceFactory) |
protected Resource.Factory |
ResourceFactoryRegistryImpl.delegatedGetFactory(URI uri)
Deprecated.
since 2.4
|
protected Resource.Factory |
ResourceFactoryRegistryImpl.delegatedGetFactory(URI uri,
java.lang.String contentTypeIdentifier)
Returns the resource factory appropriate for the given URI and
content type identifier, when standard alternatives fail. |
Resource.Factory |
ResourceFactoryRegistryImpl.getFactory(URI uri)
Returns the resource factory appropriate for the given URI.
|
Resource.Factory |
ResourceFactoryRegistryImpl.getFactory(URI uri,
java.lang.String contentType)
Returns the resource factory appropriate for the given URI.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature