Class PluginKeyWeaver
java.lang.Object
com.atlassian.plugin.osgi.container.felix.PluginKeyWeaver
- All Implemented Interfaces:
org.osgi.framework.hooks.weaving.WeavingHook
A weaving hook used to intercept a plugin and apply the given implementation of LocalBundleContextAdvice
in order to store multiple plugin keys.
- Since:
- 5.7.x
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidweave(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
-
Constructor Details
-
PluginKeyWeaver
public PluginKeyWeaver()
-
-
Method Details
-
weave
public void weave(org.osgi.framework.hooks.weaving.WovenClass wovenClass) - Specified by:
weavein interfaceorg.osgi.framework.hooks.weaving.WeavingHook
-