Uses of Interface
com.atlassian.plugin.PluginAccessor

Packages that use PluginAccessor
com.atlassian.plugin   
com.atlassian.plugin.classloader   
com.atlassian.plugin.event.events   
com.atlassian.plugin.manager   
com.atlassian.plugin.predicate   
 

Uses of PluginAccessor in com.atlassian.plugin
 

Subinterfaces of PluginAccessor 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 PluginAccessor in com.atlassian.plugin.classloader
 

Constructors in com.atlassian.plugin.classloader with parameters of type PluginAccessor
PluginsClassLoader(java.lang.ClassLoader parent, PluginAccessor pluginAccessor)
           
PluginsClassLoader(PluginAccessor pluginAccessor)
           
 

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

Methods in com.atlassian.plugin.event.events that return PluginAccessor
 PluginAccessor PluginFrameworkShutdownEvent.getPluginAccessor()
           
 PluginAccessor PluginFrameworkStartedEvent.getPluginAccessor()
           
 PluginAccessor PluginFrameworkStartingEvent.getPluginAccessor()
           
 

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

Uses of PluginAccessor in com.atlassian.plugin.manager
 

Classes in com.atlassian.plugin.manager that implement PluginAccessor
 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.
 

Uses of PluginAccessor in com.atlassian.plugin.predicate
 

Constructors in com.atlassian.plugin.predicate with parameters of type PluginAccessor
EnabledModulePredicate(PluginAccessor pluginAccessor)
           
EnabledPluginPredicate(PluginAccessor pluginAccessor)
           
 



Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.