Modifier and Type | Class and Description |
---|---|
class |
ScopedClassPoolRepositoryImpl
An implementation of
ScopedClassPoolRepository . |
Modifier and Type | Field and Description |
---|---|
protected ScopedClassPoolRepository |
ScopedClassPool.repository |
Modifier and Type | Method and Description |
---|---|
ScopedClassPool |
ScopedClassPoolFactory.create(ClassLoader cl,
javassist.ClassPool src,
ScopedClassPoolRepository repository)
Makes an instance.
|
ScopedClassPool |
ScopedClassPoolFactory.create(javassist.ClassPool src,
ScopedClassPoolRepository repository)
Makes an instance.
|
void |
ScopedClassPoolRepositoryImpl.insertDelegate(ScopedClassPoolRepository delegate) |
Constructor and Description |
---|
ScopedClassPool(ClassLoader cl,
javassist.ClassPool src,
ScopedClassPoolRepository repository,
boolean isTemp)
Creates a new ScopedClassPool.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.