Uses of Interface
org.apache.bcel.util.Repository
Packages that use Repository
Package
Description
This package contains basic classes for the
Byte Code Engineering Library
and constants defined by the
JVM specification.
This package contains the classes that describe the structure of a
Java class file and a class file parser.
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 RepositoryMethods in org.apache.bcel with parameters of type RepositoryModifier and TypeMethodDescriptionstatic 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 RepositoryModifier and TypeMethodDescriptionJavaClass.getRepository()
Gets the ClassRepository which holds its definition.Methods in org.apache.bcel.classfile with parameters of type RepositoryModifier and TypeMethodDescriptionvoid
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 RepositoryModifier 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.