public class ComponentModuleDescriptor extends AbstractModuleDescriptor<Object>
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton| Constructor and Description |
|---|
ComponentModuleDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getModule() |
String |
getModuleClassName()
Deprecated.
- BEWARE that this is a temporary method that will not exist for long. Deprecated since 2.3.0
|
void |
init(Plugin plugin,
org.dom4j.Element element) |
protected void |
loadClass(Plugin plugin,
String clazz) |
assertModuleClassImplements, checkPermissions, destroy, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toStringpublic void init(@Nonnull Plugin plugin, @Nonnull org.dom4j.Element element) throws PluginParseException
init in interface ModuleDescriptor<Object>init in class AbstractModuleDescriptor<Object>PluginParseExceptionprotected void loadClass(Plugin plugin, String clazz) throws PluginParseException
loadClass in class AbstractModuleDescriptor<Object>PluginParseExceptionpublic Object getModule()
getModule in interface ModuleDescriptor<Object>getModule in class AbstractModuleDescriptor<Object>public String getModuleClassName()
getModuleClassName in class AbstractModuleDescriptor<Object>Copyright © 2018 Atlassian. All rights reserved.