Package com.cosylab.vdct.plugin
Class PluginXMLSerializer
- java.lang.Object
-
- com.cosylab.vdct.plugin.PluginXMLSerializer
-
- All Implemented Interfaces:
PluginSerializer
public class PluginXMLSerializer extends Object implements PluginSerializer
Insert the class' description here. Creation date: (7.12.2001 14:48:33)- Author:
- Matej Sekoranja
-
-
Constructor Summary
Constructors Constructor Description PluginXMLSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exportPlugins(String fileName, PluginManager pluginManager)
Insert the method's description here.void
importPlugins(String fileName, PluginManager pluginManager)
Insert the method's description here.
-
-
-
Method Detail
-
exportPlugins
public void exportPlugins(String fileName, PluginManager pluginManager) throws Exception
Insert the method's description here. Creation date: (7.12.2001 15:04:28)- Specified by:
exportPlugins
in interfacePluginSerializer
- Parameters:
fileName
- fileNamepluginManager
- pluginManager- Throws:
Exception
- foo
-
importPlugins
public void importPlugins(String fileName, PluginManager pluginManager) throws Exception
Insert the method's description here. Creation date: (7.12.2001 14:52:16)- Specified by:
importPlugins
in interfacePluginSerializer
- Parameters:
fileName
- fileNamepluginManager
- pluginManager- Throws:
Exception
- foo
-
-