| 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 | Field and Description |
|---|---|
static Resource.Factory.Registry |
Resource.Factory.Registry.INSTANCE
The global static resource factory registry.
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Factory.Registry |
ResourceSet.getResourceFactoryRegistry()
Returns the registry used for creating a resource of the appropriate type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSet.setResourceFactoryRegistry(Resource.Factory.Registry resourceFactoryRegistry)
Sets the registry used for creating resource of the appropriate type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceFactoryRegistryImpl
An extensible implementation of a resource factory registry.
|
| Modifier and Type | Field and Description |
|---|---|
protected Resource.Factory.Registry |
ResourceSetImpl.resourceFactoryRegistry
The local resource factory registry.
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Factory.Registry |
ResourceSetImpl.getResourceFactoryRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSetImpl.setResourceFactoryRegistry(Resource.Factory.Registry resourceFactoryRegistry) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature