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