Persister
Identifier:
net.refractions.udig.project.persister
Since:
[Enter the first release in which this extension point appears.]
Description:
Extensions of this point persist objects of a specified type. Persistence is achievied by using a memento to capture internal object state.
Configuration Markup:
<!ELEMENT extension (persister+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT persister EMPTY>
<!ATTLIST persister
class CDATA #REQUIRED>
- class - Package qualified refeference to a class that implements net.refractions.udig.project.IPersister
Examples:
[Enter extension point usage example here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]