org.eclipse.emf.ecore.resource.impl
Interface URIConverterImpl.URIMap

All Superinterfaces:
Map
All Known Implementing Classes:
URIMappingRegistryImpl.URIMapImpl
Enclosing interface:
URIConverterImpl

public static interface URIConverterImpl.URIMap
extends Map

A map that remaps URIs.


Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Method Summary
 URI getURI(URI uri)
          Returns the remapped URI, or the URI itself.
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getURI

public URI getURI(URI uri)
Returns the remapped URI, or the URI itself.

Parameters:
uri - the URI to remap.
Returns:
the remapped URI, or the URI itself.

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.