org.eclipse.emf.ecore.resource.impl
Class URIMappingRegistryImpl.URIMapImpl
java.lang.Object
org.eclipse.emf.common.util.BasicEMap.DelegatingMap
org.eclipse.emf.ecore.resource.impl.URIMappingRegistryImpl.URIMapImpl
- All Implemented Interfaces:
- EMap.InternalMapView, Map, URIConverterImpl.URIMap
- Enclosing class:
- URIMappingRegistryImpl
- protected class URIMappingRegistryImpl.URIMapImpl
- extends BasicEMap.DelegatingMap
- implements URIConverterImpl.URIMap
A map that is a URIConverterImpl.URIMap
.
Method Summary |
URI |
getURI(URI uri)
Returns the remapped URI, or the URI itself.
|
Methods inherited from class org.eclipse.emf.common.util.BasicEMap.DelegatingMap |
clear, containsKey, containsValue, eMap, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
URIMappingRegistryImpl.URIMapImpl
public URIMappingRegistryImpl.URIMapImpl()
- Creates an isntance.
getURI
public URI getURI(URI uri)
- Returns the remapped URI, or the URI itself.
This implementation delegates to the containing
URIMappingRegistryImpl
.
- Specified by:
getURI
in interface URIConverterImpl.URIMap
- Parameters:
uri
- the URI to remap.
- Returns:
- the remapped URI, or the URI itself.