Uses of Interface org.apache.bcel.util.Repository

Uses in package org.apache.bcel

Methods with parameter type org.apache.bcel.util.Repository

void
Set repository instance to be used for class loading

Methods with return type org.apache.bcel.util.Repository

Repository

Uses in package org.apache.bcel.util

Classes implementing org.apache.bcel.util.Repository

class
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.

Uses in package org.apache.bcel.classfile

Methods with parameter type org.apache.bcel.util.Repository

void
Sets the ClassRepository which loaded the JavaClass.

Methods with return type org.apache.bcel.util.Repository

Repository
Gets the ClassRepository which holds its definition.