Class ClassLoaderRepository

java.lang.Object
org.apache.bcel.util.ClassLoaderRepository
All Implemented Interfaces:
Serializable, Repository

public class ClassLoaderRepository extends Object implements Repository
The repository maintains information about which classes have been loaded. It loads its data from the ClassLoader implementation passed into its constructor.
Version:
$Id: ClassLoaderRepository.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
M. Dahm, David Dixon-Peugh
See Also: