java.lang.Object | ||
↳ | com.atlassian.plugin.descriptors.AbstractModuleDescriptor<T> | |
↳ | com.atlassian.plugin.descriptors.UnloadableModuleDescriptor |
Instances of this class represent a module which could not be loaded, not a module which can be unloaded.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
The particular module object created by this plugin.
| |||||||||||
Whether or not this plugin module is enabled by default.
| |||||||||||
Sets the key of the ModuleDescriptor
This is theoretically bad, as the superclass and the interface doesn't define this method,
but it's required to construct an UnloadableModuleDescriptor when we don't have the XML Element.
| |||||||||||
Sets the name of the ModuleDescriptor
This is theoretically bad, as the superclass and the interface doesn't define this method,
but it's required to construct an UnloadableModuleDescriptor when we don't have the XML Element.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
Since 2.1.0, use
loadClass(Plugin, String) instead
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
The particular module object created by this plugin.
Whether or not this plugin module is enabled by default.
true
if this plugin module is enabled by default.
Sets the key of the ModuleDescriptor This is theoretically bad, as the superclass and the interface doesn't define this method, but it's required to construct an UnloadableModuleDescriptor when we don't have the XML Element.
key | the key of the ModuleDescriptor |
---|
Sets the name of the ModuleDescriptor This is theoretically bad, as the superclass and the interface doesn't define this method, but it's required to construct an UnloadableModuleDescriptor when we don't have the XML Element.
name | the name of the ModuleDescriptor |
---|
This method is deprecated.
Since 2.1.0, use loadClass(Plugin, String)
instead
Override this for module descriptors which don't expect to be able to load a class successfully
PluginParseException |
---|