eclipseme.core.model.impl
Class Profile.ProfilePersistenceDelegate

java.lang.Object
  extended byeclipseme.core.model.registry.AbstractPersistenceDelegate
      extended byeclipseme.core.model.impl.Profile.ProfilePersistenceDelegate
All Implemented Interfaces:
eclipseme.core.model.registry.IPersistenceDelegate
Enclosing class:
Profile

public static class Profile.ProfilePersistenceDelegate
extends eclipseme.core.model.registry.AbstractPersistenceDelegate

Persistence support for the Profile class.


Constructor Summary
Profile.ProfilePersistenceDelegate()
           
 
Method Summary
 IPlatformComponent readObject(org.w3c.dom.Element element, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
           
 void writeObject(org.w3c.dom.Element element, IPlatformComponent toStore, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.ProfilePersistenceDelegate

public Profile.ProfilePersistenceDelegate()
Method Detail

readObject

public IPlatformComponent readObject(org.w3c.dom.Element element,
                                     org.eclipse.core.runtime.IProgressMonitor progressMonitor)
See Also:
IPersistenceDelegate.readObject(org.w3c.dom.Element, org.eclipse.core.runtime.IProgressMonitor)

writeObject

public void writeObject(org.w3c.dom.Element element,
                        IPlatformComponent toStore,
                        org.eclipse.core.runtime.IProgressMonitor progressMonitor)
See Also:
IPersistenceDelegate.writeObject(org.w3c.dom.Element, eclipseme.core.model.IPlatformComponent, org.eclipse.core.runtime.IProgressMonitor)