|
JBoss AOP Parent POM 2.2.2.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.aop.standalone.StandaloneClassPool
public class StandaloneClassPool
Comment
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.jboss.classpool.spi.AbstractClassPool |
---|
org.jboss.classpool.spi.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 | |
---|---|
StandaloneClassPool(ClassLoader cl,
javassist.ClassPool src,
org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
Deprecated. |
|
StandaloneClassPool(javassist.ClassPool src,
org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
Deprecated. |
Method Summary | |
---|---|
javassist.CtClass |
getLocally(String classname)
Deprecated. |
Class<?> |
toClass(javassist.CtClass ctClass)
Deprecated. |
Methods inherited from class org.jboss.classpool.spi.AbstractClassPool |
---|
cacheCtClass, close, doneGeneratingClass, getCached, getClassPoolLogStringForClass, getResourceName, includeInGlobalSearch, isGeneratedClass, isLocalClassLoaderResource, isLocalResource, registerGeneratedClass, toString |
Methods inherited from class org.jboss.classpool.scoped.ScopedClassPool |
---|
flushClass, getCachedLocally, getClassLoader, getClassLoader0, 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 |
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, org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
public StandaloneClassPool(javassist.ClassPool src, org.jboss.classpool.scoped.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 org.jboss.classpool.scoped.ScopedClassPool
javassist.NotFoundException
|
JBoss AOP Parent POM 2.2.2.GA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |