Uses of Class
com.atlassian.plugin.loaders.classloading.DeploymentUnit

Packages that use DeploymentUnit
com.atlassian.plugin.factories   
com.atlassian.plugin.impl   
com.atlassian.plugin.loaders   
com.atlassian.plugin.loaders.classloading   
com.atlassian.plugin.osgi.factory Deployers for OSGi-related plugins 
 

Uses of DeploymentUnit in com.atlassian.plugin.factories
 

Methods in com.atlassian.plugin.factories with parameters of type DeploymentUnit
 Plugin XmlDynamicPluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use XmlDynamicPluginFactory.create(PluginArtifact,ModuleDescriptorFactory) instead
 Plugin PluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use PluginFactory.create(PluginArtifact,ModuleDescriptorFactory) instead
 Plugin LegacyDynamicPluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use LegacyDynamicPluginFactory.create(PluginArtifact,ModuleDescriptorFactory) instead
protected  Plugin LegacyDynamicPluginFactory.createPlugin(DeploymentUnit deploymentUnit, PluginClassLoader loader)
          Deprecated. Since 2.2.0, use LegacyDynamicPluginFactory.createPlugin(PluginArtifact,PluginClassLoader) instead
 

Uses of DeploymentUnit in com.atlassian.plugin.impl
 

Methods in com.atlassian.plugin.impl that return DeploymentUnit
 DeploymentUnit DefaultDynamicPlugin.getDeploymentUnit()
          Deprecated. Since 2.2.0, use DefaultDynamicPlugin.getPluginArtifact() instead
 

Constructors in com.atlassian.plugin.impl with parameters of type DeploymentUnit
DefaultDynamicPlugin(DeploymentUnit deploymentUnit, PluginClassLoader loader)
           
 

Uses of DeploymentUnit in com.atlassian.plugin.loaders
 

Fields in com.atlassian.plugin.loaders with type parameters of type DeploymentUnit
protected  Map<DeploymentUnit,Plugin> ScanningPluginLoader.plugins
           
 

Methods in com.atlassian.plugin.loaders with parameters of type DeploymentUnit
protected  Plugin ScanningPluginLoader.deployPluginFromUnit(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
           
 

Uses of DeploymentUnit in com.atlassian.plugin.loaders.classloading
 

Methods in com.atlassian.plugin.loaders.classloading that return types with arguments of type DeploymentUnit
 Collection<DeploymentUnit> Scanner.getDeploymentUnits()
          Gets all deployment units currently being tracked by the scanner.
 Collection<DeploymentUnit> Scanner.scan()
          Scan for new deployment units.
 

Methods in com.atlassian.plugin.loaders.classloading with parameters of type DeploymentUnit
 int DeploymentUnit.compareTo(DeploymentUnit target)
           
 boolean DeploymentUnit.equals(DeploymentUnit deploymentUnit)
           
 void Scanner.remove(DeploymentUnit unit)
          Remove the specified deployment unit in such a way as it will not be picked up by subsequent scans, even if the system is restarted.
 

Uses of DeploymentUnit in com.atlassian.plugin.osgi.factory
 

Methods in com.atlassian.plugin.osgi.factory with parameters of type DeploymentUnit
 Plugin OsgiBundleFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use OsgiBundleFactory.create(PluginArtifact,ModuleDescriptorFactory) instead
 Plugin OsgiPluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use OsgiPluginFactory.create(PluginArtifact,ModuleDescriptorFactory) instead
 Plugin UnloadableStaticPluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use UnloadableStaticPluginFactory.create(PluginArtifact,ModuleDescriptorFactory) instead
 



Copyright © 2010 Atlassian. All Rights Reserved.