com.cosylab.vdct.plugin
Class PluginXMLSerializer

java.lang.Object
  extended by com.cosylab.vdct.plugin.PluginXMLSerializer
All Implemented Interfaces:
PluginSerializer

public class PluginXMLSerializer
extends java.lang.Object
implements PluginSerializer

Insert the class' description here. Creation date: (7.12.2001 14:48:33)

Author:
Matej Sekoranja

Constructor Summary
PluginXMLSerializer()
           
 
Method Summary
 void exportPlugins(java.lang.String fileName, PluginManager pluginManager)
          Insert the method's description here.
 void importPlugins(java.lang.String fileName, PluginManager pluginManager)
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginXMLSerializer

public PluginXMLSerializer()
Method Detail

exportPlugins

public void exportPlugins(java.lang.String fileName,
                          PluginManager pluginManager)
                   throws java.lang.Exception
Insert the method's description here. Creation date: (7.12.2001 15:04:28)

Specified by:
exportPlugins in interface PluginSerializer
Parameters:
-
Throws:
java.lang.Exception

importPlugins

public void importPlugins(java.lang.String fileName,
                          PluginManager pluginManager)
                   throws java.lang.Exception
Insert the method's description here. Creation date: (7.12.2001 14:52:16)

Specified by:
importPlugins in interface PluginSerializer
Parameters:
-
Throws:
java.lang.Exception