public interface WeavingHelper
Modifier and Type | Method and Description |
---|---|
boolean |
isSuperClassWoven(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
Tests to see if the super class of the provided WovenClass has
been woven to support proxying.
|
boolean |
isWoven(Class<?> c)
Tests to see if the provided class has been woven for proxying.
|
boolean isWoven(Class<?> c)
c
- the class to testboolean isSuperClassWoven(org.osgi.framework.hooks.weaving.WovenClass wovenClass)
wovenClass
- the class whose parent should be tested.Copyright © 2018. All rights reserved.