Package com.cosylab.vdct.plugin
Interface PluginSerializer
-
- All Known Implementing Classes:
PluginXMLSerializer
public interface PluginSerializer
Insert the class' description here. Creation date: (7.12.2001 14:47:29)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract 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
void exportPlugins(String fileName, PluginManager pluginManager) throws Exception
Insert the method's description here. Creation date: (7.12.2001 14:47:43)- Parameters:
fileName
- fileNamepluginManager
- pluginManager- Throws:
Exception
- foo
-
importPlugins
void importPlugins(String fileName, PluginManager pluginManager) throws Exception
Insert the method's description here. Creation date: (7.12.2001 14:48:14)- Parameters:
fileName
- fileNamepluginManager
- pluginManager- Throws:
Exception
- foo
-
-