Package org.eclipse.emf.ecore.resource.impl

Provides an implementation of the resource API.

See:
          Description

Interface Summary
ExtensibleURIConverterImpl.URIMap A map that remaps URIs.
URIConverterImpl.URIMap Deprecated. since 2.4 use ExtensibleURIConverterImpl.URIMap instead.
 

Class Summary
AESCipherImpl EMF implementation for the URIConverter.Cipher interface using the AES encryption algorithm.
ArchiveURIHandlerImpl  
ContentHandlerImpl An implementation of a content handler.
ContentHandlerImpl.Describer An implementation of a describer that delegates to a ContentHandler.
ContentHandlerRegistryImpl  
CryptoCipherImpl Deprecated. Deprecated in 2.3.0.
DESCipherImpl EMF implementation for the URIConverter.Cipher interface using the DES encryption algorithm.
EFSURIHandlerImpl  
ExtensibleURIConverterImpl A highly functional and extensible URI converter implementation.
ExtensibleURIConverterImpl.ContentHandlerList  
ExtensibleURIConverterImpl.URIHandlerList  
FileURIHandlerImpl  
PlatformContentHandlerImpl  
PlatformResourceURIHandlerImpl  
PlatformResourceURIHandlerImpl.PlatformResourceOutputStream An output stream that transfers its contents to an IFile upon closing.
PlatformResourceURIHandlerImpl.WorkbenchHelper Isolated Eclipse workbench utilities.
ResourceFactoryImpl A trivial implementation of a resource factory.
ResourceFactoryRegistryImpl An extensible implementation of a resource factory registry.
ResourceImpl A highly extensible resource implementation.
ResourceSetImpl An extensible resource set implementation.
URIConverterImpl Deprecated. since 2.4; use ExtensibleURIConverterImpl instead.
URIConverterImpl.PlatformResourceOutputStream Deprecated. @since 2.4; use PlatformResourceURIHandlerImpl.PlatformResourceOutputStream directly.
URIConverterImpl.WorkbenchHelper Deprecated. since 2.4; use PlatformResourceURIHandlerImpl.WorkbenchHelper directly.
URIHandlerImpl An implementation of a URI handler.
URIMappingRegistryImpl An extensible implementation of a URI mapping registry.
 

Package org.eclipse.emf.ecore.resource.impl Description

Provides an implementation of the resource API. Clients are strongly encouraged to extend this implementation as extensibility has been a key design point.


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