|
||||||||||
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.standalone.StandaloneClassPool
public class StandaloneClassPool
Comment
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 | |
---|---|
StandaloneClassPool(ClassLoader cl,
javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository)
Deprecated. |
|
StandaloneClassPool(javassist.ClassPool src,
javassist.scopedpool.ScopedClassPoolRepository repository)
Deprecated. |
Method Summary | |
---|---|
javassist.CtClass |
getLocally(String classname)
Deprecated. |
Class<?> |
toClass(javassist.CtClass ctClass)
Deprecated. |
Methods inherited from class org.jboss.aop.classpool.AOPClassPool |
---|
cacheCtClass, close, createAOPClassPool, createAOPClassPool, createCtClass, doneGeneratingClass, getCached, getCachedLocally, getClassPoolLogStringForClass, getResourceName, includeInGlobalSearch, internalGet0, isClassLoadedButNotWoven, isGeneratedClass, isLocalClassLoaderResource, 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, get, get0, getAndRename, getCtClass, getDefault, getImportedPackages, getMethod, importPackage, insertClassPath, insertClassPath, lookupCflow, makeClass, makeClass, makeClass, makeClass, makeClassIfNew, makeInterface, makeInterface, recordInvalidClassName, removeCached, removeClassPath, toClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StandaloneClassPool(ClassLoader cl, javassist.ClassPool src, javassist.scopedpool.ScopedClassPoolRepository repository)
public StandaloneClassPool(javassist.ClassPool src, javassist.scopedpool.ScopedClassPoolRepository repository)
Method Detail |
---|
public Class<?> toClass(javassist.CtClass ctClass) throws javassist.CannotCompileException
toClass
in class javassist.ClassPool
javassist.CannotCompileException
public javassist.CtClass getLocally(String classname) throws javassist.NotFoundException
getLocally
in class AOPClassPool
javassist.NotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |