blob: 87200441fb089b480543bc3c4844320559674eb8 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
* </copyright>
*
* $Id$
*/
package org.eclipse.modisco.jee.webapp.webapp23.util;
import java.util.Map;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.xmi.XMLHelper;
import org.eclipse.emf.ecore.xmi.XMLLoad;
import org.eclipse.emf.ecore.xmi.XMLResource;
import org.eclipse.emf.ecore.xmi.impl.SAXXMLHandler;
import org.eclipse.emf.ecore.xmi.impl.XMLLoadImpl;
import org.eclipse.gmt.modisco.infra.common.core.internal.resource.NoExternalLoadXmlResourceImpl;
import org.xml.sax.helpers.DefaultHandler;
/**
* <!-- begin-user-doc --> The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
*
* @see org.eclipse.modisco.jee.webapp.webapp23.util.Webapp23ResourceFactoryImpl
* @generated NOT
*/
public class Webapp23ResourceImpl extends NoExternalLoadXmlResourceImpl {
/**
* Creates an instance of the resource. <!-- begin-user-doc --> <!--
* end-user-doc -->
*
* @param uri
* the URI of the new resource.
* @generated
*/
public Webapp23ResourceImpl(final URI uri) {
super(uri);
}
} // Webapp23ResourceImpl