Celtix User APIs

Uses of Class
org.objectweb.celtix.plugins.PluginException

Packages that use PluginException
org.objectweb.celtix.application   
org.objectweb.celtix.plugins   
 

Uses of PluginException in org.objectweb.celtix.application
 

Methods in org.objectweb.celtix.application that throw PluginException
 Object ApplicationPluginManager.getPlugin(String className)
           
 Object ApplicationPluginManager.getPluginByName(String pluginName)
           
 void ApplicationPluginManager.registerPlugin(Object plugin)
           
 void ApplicationPluginManager.unloadPlugin(Object plugin)
           
 void ApplicationPluginManager.unregisterPlugin(Object plugin)
           
 

Uses of PluginException in org.objectweb.celtix.plugins
 

Methods in org.objectweb.celtix.plugins that throw PluginException
 Object PluginManager.getPlugin(String className)
           
 Object PluginManager.getPluginByName(String name)
           
 void PluginManager.registerPlugin(Object plugin)
           
 void PluginManager.unloadPlugin(Object plugin)
           
 void PluginManager.unregisterPlugin(Object plugin)
           
 


Celtix User APIs