- ScopedClassPool - Class in org.jboss.classpool.scoped
-
A scoped class pool.
- ScopedClassPool(ClassLoader, ClassPool, ScopedClassPoolRepository, boolean) - Constructor for class org.jboss.classpool.scoped.ScopedClassPool
-
Creates a new ScopedClassPool.
- ScopedClassPoolFactory - Interface in org.jboss.classpool.scoped
-
A factory interface.
- ScopedClassPoolRepository - Interface in org.jboss.classpool.scoped
-
An interface to ScopedClassPoolRepositoryImpl
.
- ScopedClassPoolRepositoryImpl - Class in org.jboss.classpool.scoped
-
An implementation of ScopedClassPoolRepository
.
- ScopedClassPoolRepositoryImpl(ClassPool) - Constructor for class org.jboss.classpool.scoped.ScopedClassPoolRepositoryImpl
-
Constructor
- setClassPoolFactory(ScopedClassPoolFactory) - Method in interface org.jboss.classpool.scoped.ScopedClassPoolRepository
-
Records a factory.
- setClassPoolFactory(ScopedClassPoolFactory) - Method in class org.jboss.classpool.scoped.ScopedClassPoolRepositoryImpl
-
Sets the classpool factory that should be used.
- setPrune(boolean) - Method in interface org.jboss.classpool.scoped.ScopedClassPoolRepository
-
Sets the prune flag.
- setPrune(boolean) - Method in class org.jboss.classpool.scoped.ScopedClassPoolRepositoryImpl
-
Set the prune attribute.
- size() - Method in class org.jboss.classpool.scoped.SoftValueHashMap
-
Returns the number of key-value mappings in this map.
- softcache - Variable in class org.jboss.classpool.scoped.ScopedClassPool
-
- soften(CtClass) - Method in class org.jboss.classpool.scoped.ScopedClassPool
-
Softens a class
- SoftValueHashMap - Class in org.jboss.classpool.scoped
-
This Map will remove entries when the value in the map has been cleaned from
garbage collection
- SoftValueHashMap(int, float) - Constructor for class org.jboss.classpool.scoped.SoftValueHashMap
-
Constructs a new, empty WeakHashMap
with the given initial
capacity and the given load factor.
- SoftValueHashMap(int) - Constructor for class org.jboss.classpool.scoped.SoftValueHashMap
-
Constructs a new, empty WeakHashMap
with the given initial
capacity and the default load factor, which is 0.75
.
- SoftValueHashMap() - Constructor for class org.jboss.classpool.scoped.SoftValueHashMap
-
Constructs a new, empty WeakHashMap
with the default
initial capacity and the default load factor, which is 0.75
.
- SoftValueHashMap(Map<String, CtClass>) - Constructor for class org.jboss.classpool.scoped.SoftValueHashMap
-
Constructs a new WeakHashMap
with the same mappings as the
specified Map.