|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IllegalPluginStateException | |
|---|---|
| com.atlassian.plugin.osgi.factory | Deployers for OSGi-related plugins |
| Uses of IllegalPluginStateException in com.atlassian.plugin.osgi.factory |
|---|
| Methods in com.atlassian.plugin.osgi.factory that throw IllegalPluginStateException | ||
|---|---|---|
|
OsgiPlugin.autowire(Class<T> clazz)
Creates and autowires the class, using Spring's autodetection algorithm |
|
|
OsgiPlugin.autowire(Class<T> clazz,
AutowireCapablePlugin.AutowireStrategy autowireStrategy)
Creates and autowires the class |
|
void |
OsgiPlugin.autowire(Object instance,
AutowireCapablePlugin.AutowireStrategy autowireStrategy)
Autowires the instance |
|
protected void |
OsgiPlugin.disableInternal()
Disables the plugin by changing the bundle state back to resolved |
|
protected PluginState |
OsgiPlugin.enableInternal()
Enables the plugin by setting the OSGi bundle state to enabled. |
|
org.osgi.framework.Bundle |
OsgiPlugin.getBundle()
|
|
ClassLoader |
OsgiPlugin.getClassLoader()
|
|
Set<String> |
OsgiPlugin.getRequiredPlugins()
Determines which plugins are required for this one to operate based on tracing the "wires" or packages that are imported by this plugin. |
|
URL |
OsgiPlugin.getResource(String name)
|
|
InputStream |
OsgiPlugin.getResourceAsStream(String name)
|
|
protected void |
OsgiPlugin.installInternal()
Installs the plugin artifact into OSGi |
|
|
OsgiPlugin.loadClass(String clazz,
Class<?> callingClass)
|
|
void |
OsgiPlugin.onSpringContextFailed(PluginContainerFailedEvent event)
Called when the spring context for the bundle has failed to be created. |
|
void |
OsgiPlugin.onSpringContextRefresh(PluginContainerRefreshedEvent event)
Called when the spring context for the bundle has been created or refreshed. |
|
protected void |
OsgiPlugin.uninstallInternal()
Uninstalls the bundle from the OSGi container |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||