| Package | Description |
|---|---|
| org.apache.bcel.util |
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
|
| Modifier and Type | Field and Description |
|---|---|
static ClassPath |
ClassPath.SYSTEM_CLASS_PATH |
| Modifier and Type | Method and Description |
|---|---|
ClassPath |
Repository.getClassPath()
Gets the ClassPath associated with this Repository
|
ClassPath |
ClassLoaderRepository.getClassPath() |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticRepository |
SyntheticRepository.getInstance(ClassPath classPath) |
| Constructor and Description |
|---|
ClassPath(ClassPath parent,
String classPathString) |
ClassPathRepository(ClassPath classPath) |
LruCacheClassPathRepository(ClassPath path,
int cacheSize) |
MemorySensitiveClassPathRepository(ClassPath path) |
Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.