|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Repository | |
---|---|
org.apache.bcel | This package contains basic classes for the Byte Code Engineering Library and constants defined by the JVM specification. |
org.apache.bcel.classfile | This package contains the classes that describe the structure of a Java class file and a class file parser. |
org.apache.bcel.util | This package contains utility classes for the Byte Code Engineering Library, namely: |
Uses of Repository in org.apache.bcel |
---|
Methods in org.apache.bcel that return Repository | |
---|---|
static Repository |
Repository.getRepository()
|
Methods in org.apache.bcel with parameters of type Repository | |
---|---|
static void |
Repository.setRepository(Repository rep)
Set repository instance to be used for class loading |
Uses of Repository in org.apache.bcel.classfile |
---|
Methods in org.apache.bcel.classfile that return Repository | |
---|---|
Repository |
JavaClass.getRepository()
Gets the ClassRepository which holds its definition. |
Methods in org.apache.bcel.classfile with parameters of type Repository | |
---|---|
void |
JavaClass.setRepository(Repository repository)
Sets the ClassRepository which loaded the JavaClass. |
Uses of Repository in org.apache.bcel.util |
---|
Classes in org.apache.bcel.util that implement Repository | |
---|---|
class |
ClassLoaderRepository
The repository maintains information about which classes have been loaded. |
class |
SyntheticRepository
This repository is used in situations where a Class is created outside the realm of a ClassLoader. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |