Uses of Interface
com.atlassian.plugin.ModuleDescriptorFactory

Packages that use ModuleDescriptorFactory
com.atlassian.plugin   
com.atlassian.plugin.descriptors   
com.atlassian.plugin.factories   
com.atlassian.plugin.loaders   
com.atlassian.plugin.parsers   
com.atlassian.plugin.predicate   
 

Uses of ModuleDescriptorFactory in com.atlassian.plugin
 

Classes in com.atlassian.plugin that implement ModuleDescriptorFactory
 class DefaultModuleDescriptorFactory
           
 

Constructors in com.atlassian.plugin with parameters of type ModuleDescriptorFactory
DefaultPluginManager(PluginStateStore store, java.util.List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager)
           
 

Uses of ModuleDescriptorFactory in com.atlassian.plugin.descriptors
 

Classes in com.atlassian.plugin.descriptors that implement ModuleDescriptorFactory
 class ChainModuleDescriptorFactory
          Module descriptor factory that checks multiple factories in sequence.
 

Methods in com.atlassian.plugin.descriptors with parameters of type ModuleDescriptorFactory
static UnloadableModuleDescriptor UnloadableModuleDescriptorFactory.createUnloadableModuleDescriptor(Plugin plugin, org.dom4j.Element element, java.lang.Throwable e, ModuleDescriptorFactory moduleDescriptorFactory)
          Creates a new UnloadableModuleDescriptor, for when a problem occurs during the construction of the ModuleDescriptor itself.
static UnrecognisedModuleDescriptor UnrecognisedModuleDescriptorFactory.createUnrecognisedModuleDescriptor(Plugin plugin, org.dom4j.Element element, java.lang.Throwable e, ModuleDescriptorFactory moduleDescriptorFactory)
          Creates a new UnrecognisedModuleDescriptor, for when a problem occurs during the retrieval of the ModuleDescriptor itself.
 

Constructors in com.atlassian.plugin.descriptors with parameters of type ModuleDescriptorFactory
ChainModuleDescriptorFactory(ModuleDescriptorFactory... factories)
           
 

Uses of ModuleDescriptorFactory in com.atlassian.plugin.factories
 

Methods in com.atlassian.plugin.factories with parameters of type ModuleDescriptorFactory
 Plugin XmlDynamicPluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deploys the plugin XML
 Plugin PluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deploys the deployment unit by instantiating the plugin and configuring it.
 Plugin LegacyDynamicPluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deploys the plugin jar
 

Uses of ModuleDescriptorFactory in com.atlassian.plugin.loaders
 

Methods in com.atlassian.plugin.loaders with parameters of type ModuleDescriptorFactory
 java.util.Collection<Plugin> ScanningPluginLoader.addFoundPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
 java.util.Collection<Plugin> ClassPathPluginLoader.addFoundPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
 java.util.Collection<Plugin> SinglePluginLoader.addFoundPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
 java.util.Collection<Plugin> PluginLoader.addFoundPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
protected  Plugin ScanningPluginLoader.deployPluginFromUnit(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
           
protected  Plugin BundledPluginLoader.deployPluginFromUnit(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Just like the ScanningPluginLoader.deployPluginFromUnit(DeploymentUnit,ModuleDescriptorFactory) method but changes the plugin to not be deletable
 java.util.Collection<Plugin> ScanningPluginLoader.loadAllPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
 java.util.Collection<Plugin> ClassPathPluginLoader.loadAllPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
 java.util.Collection<Plugin> SinglePluginLoader.loadAllPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
 java.util.Collection<Plugin> PluginLoader.loadAllPlugins(ModuleDescriptorFactory moduleDescriptorFactory)
           
protected  Plugin SinglePluginLoader.loadPlugin(ModuleDescriptorFactory moduleDescriptorFactory)
           
 

Uses of ModuleDescriptorFactory in com.atlassian.plugin.parsers
 

Methods in com.atlassian.plugin.parsers with parameters of type ModuleDescriptorFactory
 Plugin DescriptorParser.configurePlugin(ModuleDescriptorFactory moduleDescriptorFactory, Plugin plugin)
          Sets the configuration on the plugin argument to match the configuration specified in the plugin descriptor (typically an XML file).
 Plugin XmlDescriptorParser.configurePlugin(ModuleDescriptorFactory moduleDescriptorFactory, Plugin plugin)
           
protected  ModuleDescriptor XmlDescriptorParser.createModuleDescriptor(Plugin plugin, org.dom4j.Element element, ModuleDescriptorFactory moduleDescriptorFactory)
           
 

Uses of ModuleDescriptorFactory in com.atlassian.plugin.predicate
 

Constructors in com.atlassian.plugin.predicate with parameters of type ModuleDescriptorFactory
ModuleDescriptorOfTypePredicate(ModuleDescriptorFactory moduleDescriptorFactory, java.lang.String moduleDescriptorType)
           
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.