| Package | Description |
|---|---|
| org.eclipse.emf.ecore.xmi.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceEntityHandlerImpl
This resource entity handler implementation extends the URI handler implementation
so that this object can be used as both a resource entity handler and a URI handler
since it's far more efficient to deresolve a URI once to compute the entity value
than to deresolve it for each use and then map that deresolved result to an entity.
|
static class |
URIHandlerImpl.AbsoluteCrossBundleAware
A URI handler that will avoid creating relative references between different platform:/resource/project-name or platform/plugin/bundle-name,
i.e., it will produce relative references only within projects or bundles and will use absolute URIs for references outside of that project or bundle.
|
static class |
URIHandlerImpl.PlatformSchemeAware
A URI handler that will avoid creating relative references between platform:/resource and platform:/plugin.
|
Copyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature