Class PluginKeyWeaver

java.lang.Object
com.atlassian.plugin.osgi.container.felix.PluginKeyWeaver
All Implemented Interfaces:
org.osgi.framework.hooks.weaving.WeavingHook

public class PluginKeyWeaver extends Object implements 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 Details

    • PluginKeyWeaver

      public PluginKeyWeaver()
  • Method Details

    • weave

      public void weave(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
      Specified by:
      weave in interface org.osgi.framework.hooks.weaving.WeavingHook