Uses of Interface
com.atlassian.plugin.PluginSystemLifecycle

Packages that use PluginSystemLifecycle
com.atlassian.plugin   
com.atlassian.plugin.manager   
 

Uses of PluginSystemLifecycle in com.atlassian.plugin
 

Subinterfaces of PluginSystemLifecycle 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.
 interface SplitStartupPluginSystemLifecycle
          Augments the life-cycle of the plugin system with the ability to split #init() for two phase startup.
 

Uses of PluginSystemLifecycle in com.atlassian.plugin.manager
 

Classes in com.atlassian.plugin.manager that implement PluginSystemLifecycle
 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 © 2014 Atlassian. All rights reserved.