eclipseme.core.model.impl
Class Configuration.ConfigurationPersistenceDelegate
java.lang.Object
eclipseme.core.model.registry.AbstractPersistenceDelegate
eclipseme.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.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Configuration.ConfigurationPersistenceDelegate
public Configuration.ConfigurationPersistenceDelegate()
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)