Uses of Class
com.atlassian.plugin.PluginException

Packages that use PluginException
com.atlassian.plugin   
com.atlassian.plugin.loaders   
com.atlassian.plugin.loaders.classloading   
 

Uses of PluginException in com.atlassian.plugin
 

Subclasses of PluginException in com.atlassian.plugin
 class PluginParseException
          Parse plugin exception - thrown from code which must parse a plugin.
 

Methods in com.atlassian.plugin that throw PluginException
 void DefaultPluginManager.uninstall(Plugin plugin)
           
 void PluginController.uninstall(Plugin plugin)
          Uninstall the plugin, disabling it first.
protected  void DefaultPluginManager.unloadPlugin(Plugin plugin)
          Unload a plugin.
protected  void DefaultPluginManager.updatePlugin(Plugin oldPlugin, Plugin newPlugin)
          Replace an already loaded plugin with another version.
 

Uses of PluginException in com.atlassian.plugin.loaders
 

Methods in com.atlassian.plugin.loaders that throw PluginException
 void ScanningPluginLoader.removePlugin(Plugin plugin)
           
 void ClassPathPluginLoader.removePlugin(Plugin plugin)
           
 void SinglePluginLoader.removePlugin(Plugin plugin)
           
 void PluginLoader.removePlugin(Plugin plugin)
          Remove a specific plugin
 

Uses of PluginException in com.atlassian.plugin.loaders.classloading
 

Methods in com.atlassian.plugin.loaders.classloading that throw PluginException
 void Scanner.remove(DeploymentUnit unit)
          Remove the specified deployment unit in such a way as it will not be picked up by subsequent scans, even if the system is restarted.
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.