public class ActiveObjectModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
The module descriptor for active objects.
This parses the 'ao' module definition and registers a 'bundle specific'
configuration
as an OSGi service.
This configuration is then looked up when the active object service is requested by the given bundle through a <component-import ... > module to configure the service appropriately.
| Modifier and Type | Method and Description |
|---|---|
void |
disabled() |
void |
enabled() |
ActiveObjectsConfiguration |
getConfiguration() |
Object |
getModule() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
assertModuleClassImplements, checkPermissions, destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringpublic void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
public void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>public Object getModule()
public ActiveObjectsConfiguration getConfiguration()
Copyright © 2018 Atlassian. All rights reserved.