VOOZH about

URL: https://commons.apache.org/proper/commons-bcel/apidocs/org/apache/bcel/Repository.html

⇱ Repository (Apache Commons BCEL 6.12.0 API)


Class Repository

java.lang.Object
org.apache.bcel.Repository

public abstract class Repository extends Object
The repository maintains informations about class interdependencies, for example, whether a class is a sub-class of another. Delegates actual class loading to SyntheticRepository with current class path by default.
See Also: