Uses of Interface
org.aspectj.apache.bcel.util.Repository
Packages that use Repository
Package
Description
-
Uses of Repository in org.aspectj.apache.bcel
Methods in org.aspectj.apache.bcel that return RepositoryMethods in org.aspectj.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.aspectj.apache.bcel.classfile
Methods in org.aspectj.apache.bcel.classfile that return RepositoryModifier and TypeMethodDescriptionJavaClass.getRepository()Gets the ClassRepository which holds its definition.Methods in org.aspectj.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.aspectj.apache.bcel.util
Classes in org.aspectj.apache.bcel.util that implement RepositoryModifier and TypeClassDescriptionclassThe repository maintains information about which classes have been loaded.classThe 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.classMethods in org.aspectj.apache.bcel.util with parameters of type RepositoryModifier and TypeMethodDescriptionstatic voidThreadLocalAwareRepository.setCurrentRepository(Repository repository) -
Uses of Repository in org.aspectj.weaver.bcel
Classes in org.aspectj.weaver.bcel that implement RepositoryFields in org.aspectj.weaver.bcel declared as RepositoryMethods in org.aspectj.weaver.bcel that return RepositoryModifier and TypeMethodDescriptionBcelWorld.getClassLoaderRepositoryFor(ClassLoaderReference loader) -
Uses of Repository in org.aspectj.weaver.ltw
Classes in org.aspectj.weaver.ltw that implement Repository