|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor
com.atlassian.plugin.osgi.factory.descriptor.ComponentModuleDescriptor<Object>
public class ComponentModuleDescriptor<Object>
Module descriptor for Spring components. Shouldn't be directly used outside providing read-only information.
| Field Summary |
|---|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
moduleClassName, moduleFactory, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
ComponentModuleDescriptor()
|
|
| Method Summary | |
|---|---|
Object |
getModule()
The particular module object created by this plugin. |
java.lang.String |
getModuleClassName()
Deprecated. - BEWARE that this is a temporary method that will not exist for long. Deprecated since 2.3.0 |
protected void |
loadClass(Plugin plugin,
java.lang.String clazz)
Loads the module class that this descriptor provides, and will not necessarily be the implementation class. |
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, init, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentModuleDescriptor()
| Method Detail |
|---|
protected void loadClass(Plugin plugin,
java.lang.String clazz)
throws PluginParseException
AbstractModuleDescriptor
loadClass in class AbstractModuleDescriptorclazz - The module class name to load
PluginParseExceptionpublic Object getModule()
ModuleDescriptor
getModule in interface ModuleDescriptorgetModule in class AbstractModuleDescriptorModuleDescriptor.getModuleClass()public java.lang.String getModuleClassName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||