|
JBoss ClassPool Parent POM 1.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.ClassPool
org.jboss.classpool.scoped.ScopedClassPool
org.jboss.classpool.spi.AbstractClassPool
org.jboss.classpool.plugins.temp.TempJBossClassPool
public class TempJBossClassPool
The temporary classpool used by the instrumentor. It's main job is to delegate to the parent classpool
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.classpool.spi.AbstractClassPool |
---|
AbstractClassPool.ClassPoolSearchStrategy |
Field Summary |
---|
Fields inherited from class org.jboss.classpool.spi.AbstractClassPool |
---|
generatedClasses, loadedButNotWovenClasses, localResources, logger, SEARCH_ALL_STRATEGY, SEARCH_LOCAL_ONLY_STRATEGY |
Fields inherited from class org.jboss.classpool.scoped.ScopedClassPool |
---|
classLoader, classPath, repository, softcache |
Fields inherited from class javassist.ClassPool |
---|
childFirstLookup, classes, doPruning, parent, releaseUnmodifiedClassFile, source |
Constructor Summary | |
---|---|
TempJBossClassPool(ClassLoader cl,
javassist.ClassPool src,
ScopedClassPoolRepository repository)
|
|
TempJBossClassPool(javassist.ClassPool src,
ScopedClassPoolRepository repository)
|
Method Summary | |
---|---|
javassist.CtClass |
getCached(String classname)
Get the cached class |
Methods inherited from class org.jboss.classpool.spi.AbstractClassPool |
---|
cacheCtClass, close, doneGeneratingClass, getClassPoolLogStringForClass, getResourceName, includeInGlobalSearch, isGeneratedClass, isLocalClassLoaderResource, isLocalResource, registerGeneratedClass, toString |
Methods inherited from class org.jboss.classpool.scoped.ScopedClassPool |
---|
flushClass, getCachedLocally, getClassLoader, getClassLoader0, getLocally, isUnloadedClassLoader, lockInCache, soften, toClass |
Methods inherited from class javassist.ClassPool |
---|
appendClassPath, appendClassPath, appendPathList, appendSystemPath, clearImportedPackages, createCtClass, find, get, get, get0, getAndRename, getCtClass, getDefault, getImportedPackages, getMethod, getOrNull, 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 TempJBossClassPool(ClassLoader cl, javassist.ClassPool src, ScopedClassPoolRepository repository)
public TempJBossClassPool(javassist.ClassPool src, ScopedClassPoolRepository repository)
Method Detail |
---|
public javassist.CtClass getCached(String classname)
ScopedClassPool
getCached
in class AbstractClassPool
classname
- the class name
|
JBoss ClassPool Parent POM 1.0.0.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |