public class StandaloneClassPool
extends org.jboss.classpool.spi.AbstractClassPool
generatedClasses, loadedButNotWovenClasses, localResources, logger, SEARCH_ALL_STRATEGY, SEARCH_LOCAL_ONLY_STRATEGY
Constructor and Description |
---|
StandaloneClassPool(ClassLoader cl,
javassist.ClassPool src,
org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
Deprecated.
|
StandaloneClassPool(javassist.ClassPool src,
org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
javassist.CtClass |
getLocally(String classname)
Deprecated.
|
Class<?> |
toClass(javassist.CtClass ctClass)
Deprecated.
|
cacheCtClass, close, doneGeneratingClass, getCached, getClassPoolLogStringForClass, getResourceName, includeInGlobalSearch, isGeneratedClass, isLocalClassLoaderResource, isLocalResource, registerGeneratedClass, toString
flushClass, getCachedLocally, getClassLoader, getClassLoader0, isUnloadedClassLoader, lockInCache, soften, toClass
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
public StandaloneClassPool(ClassLoader cl, javassist.ClassPool src, org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
public StandaloneClassPool(javassist.ClassPool src, org.jboss.classpool.scoped.ScopedClassPoolRepository repository)
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
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.