Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.plugin / org.gvsig.exportto.app / org.gvsig.exportto.app.mainplugin / src / main / resources-plugin / plugin-persistence.def @ 44411

History | View | Annotate | Download (1.21 KB)

1
<?xml version="1.0"?>
2
<!--
3
Definitions of plugin persistence org.gvsig.exportto.app.extension.  
4
-->
5
<definitions>
6
    <version>1.0.0</version>
7
    <classes>
8
        <class name="org.gvsig.exportto.app.extension">
9
            <description>Persistence of the Export plugin</description>
10
            <fields>
11
                <field name="enabledProviders" type="Set" classOfItems="java.lang.String" mandatory="false">
12
                    <description>List of export to provider names enabled by the user</description>
13
                </field>
14
                <field name="disabledProviders" type="Set" classOfItems="java.lang.String" mandatory="false">
15
                    <description>List of export to provider names disabled by the user</description>
16
                </field>
17
                <field name="exportBookmarks" type="Map" classOfItems="org.gvsig.export.ExportParameters" mandatory="false">
18
                    <description></description>
19
                </field>
20
                <field name="exportHistory" type="List" classOfItems="org.gvsig.export.ExportParameters" mandatory="false">
21
                    <description></description>
22
                </field>
23
            </fields>
24
        </class>
25
    </classes>
26
</definitions>