blob: bafe077bd424da19a039ecac4f626f4dc9b08b69 [file] [log] [blame]
/**
* <copyright>
* </copyright>
*
* $Id: ApplicationResourceImpl.java,v 1.1 2007/03/20 18:04:44 jsholl Exp $
*/
package org.eclipse.jst.javaee.application.internal.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.jst.javaee.application.internal.util.ApplicationResourceFactoryImpl
* @generated
*/
public class ApplicationResourceImpl extends XMLResourceImpl {
/**
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param uri the URI of the new resource.
* @generated
*/
public ApplicationResourceImpl(URI uri) {
super(uri);
}
} //ApplicationResourceImpl