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.edit.ui.util   
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
 

Fields in org.eclipse.emf.ecore.resource declared as URIConverter
static URIConverter URIConverter.INSTANCE
          The global static URI converter instance.
 

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 ExtensibleURIConverterImpl
          A highly functional and extensible URI converter implementation.
 class URIConverterImpl
          Deprecated. since 2.4; use ExtensibleURIConverterImpl instead.
 

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
protected static URIConverter ResourceImpl.getDefaultURIConverter()
          Returns the default URI converter that's used when there is no resource set.
 URIConverter ResourceSetImpl.getURIConverter()
           
protected  URIConverter ResourceImpl.getURIConverter()
          Returns the URI converter.
protected  URIConverter ResourceFactoryRegistryImpl.getURIConverter()
          Returns the URI converter that's used to compute the content type identifier.
protected  URIConverter URIHandlerImpl.getURIConverter(java.util.Map<?,?> options)
          Returns the value of the URI converter option.
 

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.edit.ui.util
 

Methods in org.eclipse.emf.edit.ui.util with parameters of type URIConverter
static IEditorDescriptor EditUIUtil.getDefaultEditor(URI uri, URIConverter uriConverter)
          Returns the default editor for a given URI.
static IEditorDescriptor[] EditUIUtil.getEditors(URI uri, URIConverter uriConverter, boolean defaultsOnly)
          Returns the editors for a given URI.
 

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(java.lang.String fileName, URIConverter uriConverter)
           
 


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