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

Provides an implementation of the resource API.

See:
          Description

Interface Summary
URIConverterImpl.URIMap A map that remaps URIs.
 

Class Summary
AESCipherImpl EMF implementation for the URIConverter.Cipher interface using the AES encryption algorithm.
CryptoCipherImpl Deprecated. Deprecated in 2.3.0.
DESCipherImpl EMF implementation for the URIConverter.Cipher interface using the DES encryption algorithm.
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 A highly functional and extensible URI converter implementation.
URIConverterImpl.PlatformResourceOutputStream An output stream that transfers its contents to an IFile upon closing.
URIConverterImpl.WorkbenchHelper Isolated Eclipse workbench utilities.
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.