Package org.eclipse.emf.ecore.resource

Provides an API for modeling abstract persistent resources.

See:
          Description

Interface Summary
Resource A persistent document.
Resource.Diagnostic A noteworthy issue in a document.
Resource.Factory A factory for creating resources.
Resource.Factory.Descriptor A descriptor used by a resource factory registry to defer factory creation.
Resource.Factory.Registry A registry of resource factories.
Resource.Internal An internal interface implemented by all resources.
ResourceSet A collection of related persistent documents.
URIConverter A converter to normalize a URI or to produce an input or output stream for a URI.
 

Exception Summary
Resource.IOWrappedException An IO exception that wraps another exception.
 

Package org.eclipse.emf.ecore.resource Description

Provides an API for modeling abstract persistent resources.

Resources

Although the resource API itself is not modeled in the Ecore sense, it effectively behaves as it it were modeled as follows:

Diagram of Containment


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