blob: 935bc5a40062c19d4f213996f4efc532d3a5553a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<!--
/******************************************************************************
* Copyright (c) 2005, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
****************************************************************************/
-->
</head>
<body>
GMF resource API. This package provides the GMF
resource factory responsible for creating GMF resources.
<h2>Package Specification</h2>
<p>
This package defines the
{@link org.eclipse.gmf.runtime.emf.core.resources.GMFResourceFactory} class that
creates GMF resources. It is not intended to be used by client code, but to
be referenced on the EMF <tt>org.eclipse.emf.ecore.extension_parser</tt>
extension point to associate the client application's file extension with the
resource factory. Associated with this factory is the
{@link org.eclipse.gmf.runtime.emf.core.resources.GMFResource} class which is
GMF's custom resource implementation, supporting path map URIs and automatic
URI denormalization and modification tracking.
</p>
<p>
This package also defines a {@link org.eclipse.gmf.runtime.emf.core.resources.PathmapManager}
class which has static API methods for managing path map variables, in particular
for defining path maps statically for your plug-in's resources.
</p>
@see org.eclipse.gmf.runtime.emf.core.resources.GMFResourceFactory
@see org.eclipse.gmf.runtime.emf.core.resources.PathmapManager
@canBeSeenBy %partners
</body>
</html>