Uses of Class
com.cosylab.vdct.plugin.PluginManager
-
Packages that use PluginManager Package Description com.cosylab.vdct.plugin -
-
Uses of PluginManager in com.cosylab.vdct.plugin
Methods in com.cosylab.vdct.plugin that return PluginManager Modifier and Type Method Description static PluginManager
PluginManager. getInstance()
Insert the method's description here.Methods in com.cosylab.vdct.plugin with parameters of type PluginManager Modifier and Type Method Description void
PluginSerializer. exportPlugins(String fileName, PluginManager pluginManager)
Insert the method's description here.void
PluginXMLSerializer. exportPlugins(String fileName, PluginManager pluginManager)
Insert the method's description here.void
PluginSerializer. importPlugins(String fileName, PluginManager pluginManager)
Insert the method's description here.void
PluginXMLSerializer. importPlugins(String fileName, PluginManager pluginManager)
Insert the method's description here.
-