KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > Olj > util > OljResourceImpl


1 /**
2  * <copyright>
3  * </copyright>
4  *
5  * $Id$
6  */

7 package Olj.util;
8
9 import org.eclipse.emf.common.util.URI;
10
11 import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl;
12
13 /**
14  * <!-- begin-user-doc -->
15  * The <b>Resource </b> associated with the package.
16  * <!-- end-user-doc -->
17  * @see Olj.util.OljResourceFactoryImpl
18  * @generated
19  */

20 public class OljResourceImpl extends XMLResourceImpl {
21     /**
22      * Creates an instance of the resource.
23      * <!-- begin-user-doc -->
24      * <!-- end-user-doc -->
25      * @param uri the URI of the new resource.
26      * @generated
27      */

28     public OljResourceImpl(URI uri) {
29         super(uri);
30     }
31
32 } //OljResourceFactoryImpl
33
Popular Tags