Uses of Class
org.apache.bcel.util.ClassPath
Packages that use ClassPath
Package
Description
Utility classes for the Apache Byte Code Engineering Library (BCEL), namely:
Collection classes for JavaClass objects
A converter for class files to HTML
A tool to find instructions patterns via regular expressions
A class to find classes as defined in the CLASSPATH
A class loader that allows to create classes at run time
-
Uses of ClassPath in org.apache.bcel.util
Fields in org.apache.bcel.util declared as ClassPathModifier and TypeFieldDescriptionstatic final ClassPathClassPath.SYSTEM_CLASS_PATHThe system class path.Methods in org.apache.bcel.util that return ClassPathModifier and TypeMethodDescriptionClassLoaderRepository.getClassPath()Repository.getClassPath()Gets the ClassPath associated with this Repository.Methods in org.apache.bcel.util with parameters of type ClassPathModifier and TypeMethodDescriptionstatic SyntheticRepositorySyntheticRepository.getInstance(ClassPath classPath) Constructors in org.apache.bcel.util with parameters of type ClassPathModifierConstructorDescriptionConstructs a ClassPath with a parent and class path string.ClassPathRepository(ClassPath classPath) Constructs a ClassPathRepository.LruCacheClassPathRepository(ClassPath path, int cacheSize)