JBoss ClassPool Parent POM 1.0.0.GA

org.jboss.classpool.spi
Class SystemClassPool

java.lang.Object
  extended by javassist.ClassPool
      extended by org.jboss.classpool.spi.SystemClassPool

public class SystemClassPool
extends javassist.ClassPool

This is the default SystemClassPool. It will be used by AbstractClassPoolFactory to represent null parent class loaders, unless the factory has been configured to use a different class pool for that purpose.

Version:
$Revision 1.1 $
Author:
Flavia Rainone

Field Summary
 
Fields inherited from class javassist.ClassPool
childFirstLookup, classes, doPruning, parent, releaseUnmodifiedClassFile, source
 
Method Summary
 ClassLoader getClassLoader()
           
static SystemClassPool getInstance()
           
 
Methods inherited from class javassist.ClassPool
appendClassPath, appendClassPath, appendPathList, appendSystemPath, cacheCtClass, clearImportedPackages, createCtClass, find, get, get, get0, getAndRename, getCached, getCtClass, getDefault, getImportedPackages, getMethod, getOrNull, importPackage, insertClassPath, insertClassPath, lookupCflow, makeClass, makeClass, makeClass, makeClass, makeClassIfNew, makeInterface, makeInterface, recordInvalidClassName, removeCached, removeClassPath, toClass, toClass, toClass, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static final SystemClassPool getInstance()

getClassLoader

public ClassLoader getClassLoader()
Overrides:
getClassLoader in class javassist.ClassPool

JBoss ClassPool Parent POM 1.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.