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

>


Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

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