public class NonDelegatingClassPool extends BaseClassPool
AbstractClassPool.ClassPoolSearchStrategygeneratedClasses, loadedButNotWovenClasses, localResources, logger, SEARCH_ALL_STRATEGY, SEARCH_LOCAL_ONLY_STRATEGYclassLoader, classPath, repository, softcache| Constructor and Description |
|---|
NonDelegatingClassPool(ClassLoader cl,
javassist.ClassPool src,
ScopedClassPoolRepository repository,
boolean parentFirst) |
| Modifier and Type | Method and Description |
|---|---|
javassist.CtClass |
createCtClass(String classname,
boolean useCache)
Creates a CtClass
|
close, get, get0, getParent, isLocalClassLoaderResource, setParentcacheCtClass, doneGeneratingClass, getCached, getClassPoolLogStringForClass, getResourceName, includeInGlobalSearch, isGeneratedClass, isLocalResource, registerGeneratedClass, toStringflushClass, getCachedLocally, getClassLoader, getClassLoader0, getLocally, isUnloadedClassLoader, lockInCache, soften, toClassappendClassPath, appendClassPath, appendPathList, appendSystemPath, clearImportedPackages, find, get, getAndRename, getCtClass, getDefault, getImportedPackages, getMethod, getOrNull, importPackage, insertClassPath, insertClassPath, lookupCflow, makeClass, makeClass, makeClass, makeClass, makeClassIfNew, makeInterface, makeInterface, recordInvalidClassName, removeCached, removeClassPath, toClass, toClasspublic NonDelegatingClassPool(ClassLoader cl, javassist.ClassPool src, ScopedClassPoolRepository repository, boolean parentFirst)
public javassist.CtClass createCtClass(String classname, boolean useCache)
BaseClassPoolcreateCtClass in class BaseClassPoolclassname - the name of the classuseCache - whether the class should be cachedCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.