Uses of Interface
org.osgi.framework.hooks.weaving.WeavingHook
-
Packages that use WeavingHook Package Description org.apache.felix.framework org.apache.felix.framework.util -
-
Uses of WeavingHook in org.apache.felix.framework
Method parameters in org.apache.felix.framework with type arguments of type WeavingHook Modifier and Type Method Description (package private) void
BundleWiringImpl.BundleClassLoader. transformClass(Felix felix, WovenClassImpl wci, java.util.Set<ServiceReference<WeavingHook>> hooks, java.util.Set<ServiceReference<WovenClassListener>> wovenClassListeners, java.lang.String name, byte[] bytes)
-
Uses of WeavingHook in org.apache.felix.framework.util
Methods in org.apache.felix.framework.util with parameters of type WeavingHook Modifier and Type Method Description void
SecureAction. invokeWeavingHook(WeavingHook wh, WovenClass wc)
-