Uses of Package
com.atlassian.plugin.manager

Packages that use com.atlassian.plugin.manager
com.atlassian.plugin   
com.atlassian.plugin.main Main interface to the plugins framework providing a facade to hide the unnecessary internals. 
com.atlassian.plugin.manager   
com.atlassian.plugin.manager.store   
 

Classes in com.atlassian.plugin.manager used by com.atlassian.plugin
DefaultPluginManager
          This implementation delegates the initiation and classloading of plugins to a list of PluginLoaders and records the state of plugins in a PluginPersistentStateStore.
PluginPersistentStateStore
          A wrapper object that the user implements to store the persisted state of plugins.
 

Classes in com.atlassian.plugin.manager used by com.atlassian.plugin.main
PluginPersistentStateStore
          A wrapper object that the user implements to store the persisted state of plugins.
 

Classes in com.atlassian.plugin.manager used by com.atlassian.plugin.manager
PluginPersistentState
          Interface that represents a configuration state for plugins and plugin modules.
PluginPersistentState.Builder
          Builder for PluginPersistentState instances.
 

Classes in com.atlassian.plugin.manager used by com.atlassian.plugin.manager.store
PluginPersistentState
          Interface that represents a configuration state for plugins and plugin modules.
PluginPersistentStateStore
          A wrapper object that the user implements to store the persisted state of plugins.
 



Copyright © 2010 Atlassian. All Rights Reserved.