| java.lang.Object | |
| ↳ | com.atlassian.jira.plugin.DefaultComponentClassManager |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Load a class from Jira core, or a plugin including plugins that are not enabled.
| |||||||||||
Instantiates the named class using OSGi ClassLoaders and Pico/Spring injection as appropriate.
| |||||||||||
Instantiates the named class by directly using the plugin the class was loaded from and its autowiring strategy.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||
From interface
com.atlassian.jira.plugin.ComponentClassManager
| |||||||||||||||||
Load a class from Jira core, or a plugin including plugins that are not enabled.
| className | Fully qualified class name. |
|---|
| ClassNotFoundException |
|---|
Instantiates the named class using OSGi ClassLoaders and Pico/Spring injection as appropriate.
| className | the name of the class to instantiate. |
|---|
| ClassNotFoundException |
|---|
Instantiates the named class by directly using the plugin the class was loaded from and its autowiring strategy.
| clazz | the class to instantiate |
|---|---|
| plugin | the plugin in which the class was loaded from |

