Uses of Interface
org.eclipse.emf.ecore.resource.URIConverter

Packages that use URIConverter
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.  
org.eclipse.emf.ecore.xmi.impl   
 

Uses of URIConverter in org.eclipse.emf.ecore.resource
 

Methods in org.eclipse.emf.ecore.resource that return URIConverter
 URIConverter ResourceSet.getURIConverter()
          Returns the converter used to normalize URIs and to open streams.
 

Methods in org.eclipse.emf.ecore.resource with parameters of type URIConverter
 void ResourceSet.setURIConverter(URIConverter converter)
          Sets the converter used to normalize URIs and to open streams.
 

Uses of URIConverter in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement URIConverter
 class URIConverterImpl
          A highly functional and extensible URI converter implementation.
 

Fields in org.eclipse.emf.ecore.resource.impl declared as URIConverter
protected  URIConverter ResourceSetImpl.uriConverter
          The URI converter.
 

Methods in org.eclipse.emf.ecore.resource.impl that return URIConverter
 URIConverter ResourceSetImpl.getURIConverter()
           
protected static URIConverter ResourceImpl.getDefaultURIConverter()
          Returns the default URI converter that's used when there is no resource set.
protected  URIConverter ResourceImpl.getURIConverter()
          Returns the URI converter.
 

Methods in org.eclipse.emf.ecore.resource.impl with parameters of type URIConverter
 void ResourceSetImpl.setURIConverter(URIConverter uriConverter)
           
 

Uses of URIConverter in org.eclipse.emf.ecore.xmi.impl
 

Methods in org.eclipse.emf.ecore.xmi.impl that return URIConverter
protected  URIConverter XMLHandler.getURIConverter()
           
 


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