|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.ClassPool
javassist.scopedpool.ScopedClassPool
org.jboss.aop.classpool.AOPClassPool
org.jboss.aop.classpool.BaseClassPool
org.jboss.aop.classpool.NonDelegatingClassPool
public class NonDelegatingClassPool
ClassPool for class loaders not backed by a repository/classloading domain
Field Summary |
---|
Fields inherited from class org.jboss.aop.classpool.AOPClassPool |
---|
generatedClasses, loadedButNotWovenClasses, localResources, logger, SEARCH_ALL_STRATEGY, SEARCH_LOCAL_ONLY_STRATEGY |
Fields inherited from class javassist.scopedpool.ScopedClassPool |
---|
classLoader, classPath, repository, softcache |
Fields inherited from class javassist.ClassPool |
---|
childFirstLookup, classes, doPruning, parent, releaseUnmodifiedClassFile, source |
Constructor Summary | |
---|---|
NonDelegatingClassPool(ClassLoader cl,
javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository,
boolean parentFirst)
|
Method Summary | |
---|---|
javassist.CtClass |
createCtClass(String classname,
boolean useCache)
Make createCtClass public so that we can override it |
Methods inherited from class org.jboss.aop.classpool.BaseClassPool |
---|
close, createParentCtClass, get, get0, getParent, isLocalClassLoaderResource |
Methods inherited from class org.jboss.aop.classpool.AOPClassPool |
---|
cacheCtClass, createAOPClassPool, createAOPClassPool, doneGeneratingClass, getCached, getCachedLocally, getClassPoolLogStringForClass, getLocally, getResourceName, includeInGlobalSearch, internalGet0, isClassLoadedButNotWoven, isGeneratedClass, isLocalResource, lockInCache, registerGeneratedClass, setClassLoadedButNotWoven, toString |
Methods inherited from class javassist.scopedpool.ScopedClassPool |
---|
flushClass, getClassLoader, getClassLoader0, isUnloadedClassLoader, soften, toClass |
Methods inherited from class javassist.ClassPool |
---|
appendClassPath, appendClassPath, appendPathList, appendSystemPath, clearImportedPackages, find, get, getAndRename, getCtClass, getDefault, getImportedPackages, getMethod, importPackage, insertClassPath, insertClassPath, lookupCflow, makeClass, makeClass, makeClass, makeClass, makeClassIfNew, makeInterface, makeInterface, recordInvalidClassName, removeCached, removeClassPath, toClass, toClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NonDelegatingClassPool(ClassLoader cl, javassist.ClassPool src, javassist.scopedpool.ScopedClassPoolRepository repository, boolean parentFirst)
Method Detail |
---|
public javassist.CtClass createCtClass(String classname, boolean useCache)
AOPClassPool
createCtClass
in class BaseClassPool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |