eclipseme.core.model.impl
Class Configuration.ConfigurationPersistenceDelegate

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

public static class Configuration.ConfigurationPersistenceDelegate
extends eclipseme.core.model.registry.AbstractPersistenceDelegate

Persistence delegation support for Configuration objects.


Constructor Summary
Configuration.ConfigurationPersistenceDelegate()
           
 
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

Configuration.ConfigurationPersistenceDelegate

public Configuration.ConfigurationPersistenceDelegate()
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)