com.atlassian.plugin.module
Interface ContainerManagedPlugin

All Superinterfaces:
java.lang.Comparable<Plugin>, Plugin, PluginArtifactBackedPlugin, Resourced
All Known Implementing Classes:
OsgiPlugin

public interface ContainerManagedPlugin
extends PluginArtifactBackedPlugin

A plugin that is managed by a container

Since:
2.5.0

Field Summary
 
Fields inherited from interface com.atlassian.plugin.Plugin
NAME_COMPARATOR, VERSION_1, VERSION_2, VERSION_3
 
Method Summary
 ContainerAccessor getContainerAccessor()
           
 
Methods inherited from interface com.atlassian.plugin.PluginArtifactBackedPlugin
getPluginArtifact
 
Methods inherited from interface com.atlassian.plugin.Plugin
addModuleDescriptor, close, containsSystemModule, disable, enable, getActivePermissions, getClassLoader, getDateLoaded, getI18nNameKey, getInstallationMode, getKey, getModuleDescriptor, getModuleDescriptors, getModuleDescriptorsByModuleClass, getName, getPluginInformation, getPluginState, getPluginsVersion, getRequiredPlugins, getResource, getResourceAsStream, hasAllPermissions, install, isBundledPlugin, isDeleteable, isDynamicallyLoaded, isEnabled, isEnabledByDefault, isSystemPlugin, isUninstallable, loadClass, setEnabled, setEnabledByDefault, setI18nNameKey, setKey, setName, setPluginInformation, setPluginsVersion, setResources, setSystemPlugin, uninstall
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getContainerAccessor

ContainerAccessor getContainerAccessor()
Returns:
The object to use to access the plugin's container


Copyright © 2013 Atlassian. All Rights Reserved.