org.jboss.aop.instrument
Class WeavingRegistry
java.lang.Object
org.jboss.aop.instrument.WeavingRegistry
public class WeavingRegistry
- extends Object
Registers what has been loaded already but is not woven.
- Author:
- Flavia Rainone
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeavingRegistry
public WeavingRegistry()
setClassLoadedButNotWoven
public static void setClassLoadedButNotWoven(javassist.ClassPool classPool,
String classname)
isClassLoadedButNotWoven
public static boolean isClassLoadedButNotWoven(javassist.ClassPool classPool,
String classname)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.