Uses of Interface
com.atlassian.plugin.PluginController

Packages that use PluginController
com.atlassian.plugin   
com.atlassian.plugin.event.events   
com.atlassian.plugin.manager   
 

Uses of PluginController in com.atlassian.plugin
 

Subinterfaces of PluginController in com.atlassian.plugin
 interface PluginManager
          Deprecated. since 2006-09-26 the preferred technique is to use the interfaces that this on e extends directly.
 

Uses of PluginController in com.atlassian.plugin.event.events
 

Methods in com.atlassian.plugin.event.events that return PluginController
 PluginController PluginFrameworkStartedEvent.getPluginController()
           
 PluginController PluginFrameworkShutdownEvent.getPluginController()
           
 PluginController PluginFrameworkStartingEvent.getPluginController()
           
 PluginController PluginFrameworkWarmRestartedEvent.getPluginController()
           
 PluginController PluginFrameworkWarmRestartingEvent.getPluginController()
           
 

Constructors in com.atlassian.plugin.event.events with parameters of type PluginController
PluginFrameworkShutdownEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkStartedEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkStartingEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkWarmRestartedEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
PluginFrameworkWarmRestartingEvent(PluginController pluginController, PluginAccessor pluginAccessor)
           
 

Uses of PluginController in com.atlassian.plugin.manager
 

Classes in com.atlassian.plugin.manager that implement PluginController
 class DefaultPluginManager
          This implementation delegates the initiation and classloading of plugins to a list of PluginLoaders and records the state of plugins in a PluginPersistentStateStore.
 



Copyright © 2009 Atlassian. All Rights Reserved.