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   
 

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 LegacyDynamicPluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use LegacyDynamicPluginFactory.create(PluginArtifact,ModuleDescriptorFactory) instead
 Plugin PluginFactory.create(DeploymentUnit deploymentUnit, ModuleDescriptorFactory moduleDescriptorFactory)
          Deprecated. Since 2.2.0, use PluginFactory.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  java.util.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
 java.util.Collection<DeploymentUnit> Scanner.getDeploymentUnits()
          Gets all deployment units currently being tracked by the scanner.
 java.util.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.
 



Copyright © 2009 Atlassian. All Rights Reserved.