Package com.cosylab.vdct.plugin
Interface PluginSerializer
-
- All Known Implementing Classes:
PluginXMLSerializer
public interface PluginSerializerInsert 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 voidexportPlugins(String fileName, PluginManager pluginManager)Insert the method's description here.voidimportPlugins(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
-
-