public final class ProxyWeavingHook extends Object implements org.osgi.framework.hooks.weaving.WeavingHook, org.apache.aries.proxy.weavinghook.WeavingHelper
Modifier and Type | Field and Description |
---|---|
static String |
WEAVING_DISABLED_CLASSES |
static String |
WEAVING_DISABLED_CLASSES_DEFAULT |
static String |
WEAVING_ENABLED_CLASSES |
static String |
WEAVING_ENABLED_CLASSES_DEFAULT |
Constructor and Description |
---|
ProxyWeavingHook(org.osgi.framework.BundleContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSuperClassWoven(org.osgi.framework.hooks.weaving.WovenClass wovenClass) |
boolean |
isWoven(Class<?> clazz) |
void |
weave(org.osgi.framework.hooks.weaving.WovenClass wovenClass) |
public static final String WEAVING_ENABLED_CLASSES
public static final String WEAVING_DISABLED_CLASSES
public static final String WEAVING_ENABLED_CLASSES_DEFAULT
public static final String WEAVING_DISABLED_CLASSES_DEFAULT
public ProxyWeavingHook(org.osgi.framework.BundleContext context)
public final void weave(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
weave
in interface org.osgi.framework.hooks.weaving.WeavingHook
public boolean isWoven(Class<?> clazz)
isWoven
in interface org.apache.aries.proxy.weavinghook.WeavingHelper
public boolean isSuperClassWoven(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
isSuperClassWoven
in interface org.apache.aries.proxy.weavinghook.WeavingHelper
Copyright © 2017. All rights reserved.