Package | Description |
---|---|
javassist.scopedpool |
A custom class pool for several JBoss products.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ScopedClassPoolRepositoryImpl |
An implementation of
ScopedClassPoolRepository . |
Modifier and Type | Field | Description |
---|---|---|
protected ScopedClassPoolRepository |
ScopedClassPool.repository |
Modifier and Type | Method | Description |
---|---|---|
static ScopedClassPoolRepository |
ScopedClassPoolRepositoryImpl.getInstance() |
Get the instance.
|
Modifier and Type | Method | Description |
---|---|---|
ScopedClassPool |
ScopedClassPoolFactory.create(java.lang.ClassLoader cl,
ClassPool src,
ScopedClassPoolRepository repository) |
Makes an instance.
|
ScopedClassPool |
ScopedClassPoolFactory.create(ClassPool src,
ScopedClassPoolRepository repository) |
Makes an instance.
|
ScopedClassPool |
ScopedClassPoolFactoryImpl.create(java.lang.ClassLoader cl,
ClassPool src,
ScopedClassPoolRepository repository) |
Makes an instance.
|
ScopedClassPool |
ScopedClassPoolFactoryImpl.create(ClassPool src,
ScopedClassPoolRepository repository) |
Makes an instance.
|
void |
ScopedClassPoolRepositoryImpl.insertDelegate(ScopedClassPoolRepository delegate) |
Constructor | Description |
---|---|
ScopedClassPool(java.lang.ClassLoader cl,
ClassPool src,
ScopedClassPoolRepository repository) |
Deprecated.
|
ScopedClassPool(java.lang.ClassLoader cl,
ClassPool src,
ScopedClassPoolRepository repository,
boolean isTemp) |
Create a new ScopedClassPool.
|
Copyright © 2018 Shigeru Chiba, www.javassist.org. All Rights Reserved.