|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
AbstractPluginFactory.create(DeploymentUnit deploymentUnit,
ModuleDescriptorFactory moduleDescriptorFactory)
Deprecated. Since 2.2.0, use PluginFactory.create(com.atlassian.plugin.PluginArtifact, com.atlassian.plugin.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 that return DeploymentUnit | |
|---|---|
DeploymentUnit |
DirectoryScanner.locateDeploymentUnit(java.io.File file)
Given a file, finds the deployment unit for it if one has already been scanned. |
| Methods in com.atlassian.plugin.loaders that return types with arguments of type DeploymentUnit | |
|---|---|
java.util.Collection<DeploymentUnit> |
DirectoryScanner.getDeploymentUnits()
Retrieve all the DeploymentUnits currently stored. |
java.util.Collection<DeploymentUnit> |
FileListScanner.getDeploymentUnits()
|
java.util.Collection<DeploymentUnit> |
DirectoryScanner.scan()
Scans for all files and directories that have been added or modified since the last call to scan. |
java.util.Collection<DeploymentUnit> |
FileListScanner.scan()
|
| Methods in com.atlassian.plugin.loaders with parameters of type DeploymentUnit | |
|---|---|
protected Plugin |
ScanningPluginLoader.deployPluginFromUnit(DeploymentUnit deploymentUnit,
ModuleDescriptorFactory moduleDescriptorFactory)
|
void |
DirectoryScanner.remove(DeploymentUnit unit)
|
void |
FileListScanner.remove(DeploymentUnit unit)
|
| 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> |
ForwardingScanner.getDeploymentUnits()
|
java.util.Collection<DeploymentUnit> |
Scanner.scan()
Scan for new deployment units. |
java.util.Collection<DeploymentUnit> |
ForwardingScanner.scan()
|
| 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. |
void |
ForwardingScanner.remove(DeploymentUnit unit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||