Persister

net.refractions.udig.project.persister

[Enter the first release in which this extension point appears.]

Extensions of this point persist objects of a specified type. Persistence is achievied by using a memento to capture internal object state.

<!ELEMENT extension (persister+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT persister EMPTY>

<!ATTLIST persister

class CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

[Enter information about supplied implementation of this extension point.]