| 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 java.util.List<URIHandler> |
URIHandler.DEFAULT_HANDLERS
The global default read only list of URI handlers.
|
| Modifier and Type | Method and Description |
|---|---|
URIHandler |
URIConverter.getURIHandler(URI uri)
Returns the first URI handler in the
list of URI handlers which can handle the given URI. |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveURIHandlerImpl |
class |
EFSURIHandlerImpl |
class |
FileURIHandlerImpl |
class |
PlatformResourceURIHandlerImpl |
class |
URIHandlerImpl
An implementation of a
URI handler. |
| Modifier and Type | Method and Description |
|---|---|
URIHandler[] |
ExtensibleURIConverterImpl.URIHandlerList.data() |
URIHandler |
ExtensibleURIConverterImpl.getURIHandler(URI uri) |
| Constructor and Description |
|---|
ExtensibleURIConverterImpl(java.util.Collection<URIHandler> uriHandlers,
java.util.Collection<ContentHandler> contentHandlers)
Creates an instance.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature