Uses of Interface
org.apache.bcel.util.Repository
Package
Description
Basic classes for the Apache Byte Code Engineering Library (BCEL) and constants defined by the
JVM specification.
Classes that describe the structure of a Java class file and a class file parser.
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
-
Uses of Repository in org.apache.bcel
Modifier and TypeMethodDescriptionstatic void
Repository.setRepository
(Repository rep) Sets repository instance to be used for class loading -
Uses of Repository in org.apache.bcel.classfile
Modifier and TypeMethodDescriptionJavaClass.getRepository()
Gets the ClassRepository which holds its definition.Modifier and TypeMethodDescriptionvoid
JavaClass.setRepository
(Repository repository) Sets the ClassRepository which loaded the JavaClass. -
Uses of Repository in org.apache.bcel.util
Modifier and TypeClassDescriptionclass
The repository maintains information about which classes have been loaded.class
This repository is used in situations where a Class is created outside the realm of a ClassLoader.class
Maintains a least-recently-used (LRU) cache ofJavaClass
with maximum sizecacheSize
.class
This repository is used in situations where a Class is created outside the realm of a ClassLoader.class
This repository is used in situations where a Class is created outside the realm of a ClassLoader.