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

Packages that use URIHandler
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. 
 

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

Fields in org.eclipse.emf.ecore.resource with type parameters of type URIHandler
static java.util.List<URIHandler> URIHandler.DEFAULT_HANDLERS
          The global default read only list of URI handlers.
 

Methods in org.eclipse.emf.ecore.resource that return URIHandler
 URIHandler URIConverter.getURIHandler(URI uri)
          Returns the first URI handler in the list of URI handlers which can handle the given URI.
 

Methods in org.eclipse.emf.ecore.resource that return types with arguments of type URIHandler
 EList<URIHandler> URIConverter.getURIHandlers()
          Returns the list of URIHandlers.
 

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

Classes in org.eclipse.emf.ecore.resource.impl that implement URIHandler
 class ArchiveURIHandlerImpl
           
 class EFSURIHandlerImpl
           
 class FileURIHandlerImpl
           
 class PlatformResourceURIHandlerImpl
           
 class URIHandlerImpl
          An implementation of a URI handler.
 

Methods in org.eclipse.emf.ecore.resource.impl that return URIHandler
 URIHandler[] ExtensibleURIConverterImpl.URIHandlerList.data()
           
 URIHandler ExtensibleURIConverterImpl.getURIHandler(URI uri)
           
 

Methods in org.eclipse.emf.ecore.resource.impl that return types with arguments of type URIHandler
 EList<URIHandler> ExtensibleURIConverterImpl.getURIHandlers()
           
 

Constructor parameters in org.eclipse.emf.ecore.resource.impl with type arguments of type URIHandler
ExtensibleURIConverterImpl(java.util.Collection<URIHandler> uriHandlers, java.util.Collection<ContentHandler> contentHandlers)
          Creates an instance.
 


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