Uses of Class
org.apache.bcel.util.AbstractClassPathRepository
-
Packages that use AbstractClassPathRepository Package Description org.apache.bcel.util This package contains utility classes for the Byte Code Engineering Library, namely: -
-
Uses of AbstractClassPathRepository in org.apache.bcel.util
Subclasses of AbstractClassPathRepository in org.apache.bcel.util Modifier and Type Class Description classClassPathRepositoryThis repository is used in situations where a Class is created outside the realm of a ClassLoader.classLruCacheClassPathRepositoryMaintains a least-recently-used (LRU) cache ofJavaClasswith maximum sizecacheSize.classMemorySensitiveClassPathRepositoryThis repository is used in situations where a Class is created outside the realm of a ClassLoader.classSyntheticRepositoryThis repository is used in situations where a Class is created outside the realm of a ClassLoader.
-