| 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 URIConverter |
URIConverter.INSTANCE
The global static URI converter instance.
|
| Modifier and Type | Method and Description |
|---|---|
URIConverter |
ResourceSet.getURIConverter()
Returns the converter used to normalize URIs and to open streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSet.setURIConverter(URIConverter converter)
Sets the converter used to normalize URIs and to open streams.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensibleURIConverterImpl
A highly functional and extensible URI converter implementation.
|
class |
URIConverterImpl
Deprecated.
since 2.4; use
ExtensibleURIConverterImpl instead. |
| Modifier and Type | Field and Description |
|---|---|
protected URIConverter |
ResourceSetImpl.MappedResourceLocator.cachedURIConverter
|
protected URIConverter |
ResourceSetImpl.uriConverter
The URI converter.
|
| Modifier and Type | Method and Description |
|---|---|
protected static URIConverter |
ResourceImpl.getDefaultURIConverter()
Returns the default URI converter that's used when there is no resource set.
|
URIConverter |
ResourceSetImpl.getURIConverter() |
protected URIConverter |
ResourceImpl.getURIConverter()
Returns the URI converter.
|
protected URIConverter |
ResourceFactoryRegistryImpl.getURIConverter()
Returns the URI converter that's used to
compute the content type identifier. |
protected URIConverter |
URIHandlerImpl.getURIConverter(java.util.Map<?,?> options)
Returns the value of the
URI converter option. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceSetImpl.setURIConverter(URIConverter uriConverter) |
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature