blob: 8120a2673e40bb0212418b16e43baa38f123cbcb [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: ApiResourceImpl.java,v 1.1 2005/01/20 12:03:04 ryman Exp $
*/
package org.eclipse.component.api.util;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
/**
* <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
* @see org.eclipse.component.api.util.ApiResourceFactoryImpl
* @generated
*/
public class ApiResourceImpl extends XMLResourceImpl
{
/**
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param uri the URI of the new resource.
* @generated
*/
public ApiResourceImpl(URI uri)
{
super(uri);
}
} //ApiResourceFactoryImpl