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 voidRepository.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 TypeMethodDescriptionvoidJavaClass.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 TypeClassDescriptionclassThe repository maintains information about which classes have been loaded.classThis repository is used in situations where a Class is created outside the realm of a ClassLoader.