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

Packages that use URIConverter
org.eclipse.emf.codegen.ecore.generator   
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   
org.eclipse.emf.importer.rose.builder   
org.eclipse.emf.importer.rose.parser   
 

Uses of URIConverter in org.eclipse.emf.codegen.ecore.generator
 

Fields in org.eclipse.emf.codegen.ecore.generator declared as URIConverter
protected  URIConverter AbstractGeneratorAdapter.uriConverter
          An appropriate URIConverter for use during code generation.
 

Methods in org.eclipse.emf.codegen.ecore.generator that return URIConverter
protected  URIConverter AbstractGeneratorAdapter.getURIConverter()
          Returns an appropriate URIConverter for use during code generation.
 

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()
           
 

Uses of URIConverter in org.eclipse.emf.importer.rose.builder
 

Fields in org.eclipse.emf.importer.rose.builder declared as URIConverter
protected  URIConverter RoseUtil.uriConverter
           
 

Constructors in org.eclipse.emf.importer.rose.builder with parameters of type URIConverter
RoseUtil(URIConverter uriConverter)
           
 

Uses of URIConverter in org.eclipse.emf.importer.rose.parser
 

Constructors in org.eclipse.emf.importer.rose.parser with parameters of type URIConverter
RoseLoader(String fileName, URIConverter uriConverter)
           
 


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