org.eclipse.stp.core.internal.introspection
Class AbstractComponentTypeResource

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.common.notify.impl.NotifierImpl
          extended by org.eclipse.emf.ecore.resource.impl.ResourceImpl
              extended by org.eclipse.stp.core.internal.introspection.AbstractComponentTypeResource
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.resource.Resource, org.eclipse.emf.ecore.resource.Resource.Internal

public class AbstractComponentTypeResource
extends org.eclipse.emf.ecore.resource.impl.ResourceImpl

We need some further definition around what this lifecycle should look like. Clients currently have no need to access this resource directly.

Since:
1.0

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Method Summary
 void load(java.util.Map options)
           
 void save(java.util.Map options)
           
 
Methods inherited from class org.eclipse.emf.ecore.resource.impl.ResourceImpl
attached, basicSetResourceSet, detached, getAllContents, getContents, getEObject, getErrors, getIntrinsicIDToEObjectMap, getResourceSet, getURI, getURIFragment, getWarnings, isLoaded, isLoading, isModified, isTrackingModification, load, save, setIntrinsicIDToEObjectMap, setModified, setTrackingModification, setURI, toKeyString, toString, unload
 
Methods inherited from class org.eclipse.emf.common.notify.impl.NotifierImpl
eAdapters, eDeliver, eSetDeliver
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

load

public void load(java.util.Map options)
Specified by:
load in interface org.eclipse.emf.ecore.resource.Resource
Overrides:
load in class org.eclipse.emf.ecore.resource.impl.ResourceImpl

save

public void save(java.util.Map options)
          throws java.io.IOException
Specified by:
save in interface org.eclipse.emf.ecore.resource.Resource
Overrides:
save in class org.eclipse.emf.ecore.resource.impl.ResourceImpl
Throws:
java.io.IOException