Class ComponentModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Object>
com.atlassian.plugin.osgi.factory.descriptor.ComponentModuleDescriptor
- All Implemented Interfaces:
ModuleDescriptor<Object>,Resourced,ScopeAware,StateAware
Module descriptor for components. Shouldn't be directly used outside providing read-only information.
- Since:
- 2.2.0
-
Field Summary
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken, setPlugin, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.plugin.ModuleDescriptor
getDisplayName
-
Constructor Details
-
ComponentModuleDescriptor
public ComponentModuleDescriptor()
-
-
Method Details
-
init
- Specified by:
initin interfaceModuleDescriptor<Object>- Overrides:
initin classAbstractModuleDescriptor<Object>
-
loadClass
- Overrides:
loadClassin classAbstractModuleDescriptor<Object>
-
getModule
- Specified by:
getModulein interfaceModuleDescriptor<Object>- Specified by:
getModulein classAbstractModuleDescriptor<Object>
-