Package | Description |
---|---|
javassist |
The Javassist Core API.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayClassPath
A
ByteArrayClassPath contains bytes that is served as
a class file to a ClassPool . |
class |
ClassClassPath
A search-path for obtaining a class file
by
getResourceAsStream() in java.lang.Class . |
(package private) class |
DirClassPath |
(package private) class |
JarClassPath |
(package private) class |
JarDirClassPath |
class |
LoaderClassPath
A class search-path representing a class loader.
|
class |
URLClassPath
A class search-path specified with URL (http).
|
Modifier and Type | Field and Description |
---|---|
(package private) ClassPath |
ClassPathList.path |
Modifier and Type | Method and Description |
---|---|
ClassPath |
ClassPool.appendClassPath(ClassPath cp)
Appends a
ClassPath object to the end of the
search path. |
ClassPath |
ClassPoolTail.appendClassPath(ClassPath cp) |
ClassPath |
ClassPool.appendClassPath(java.lang.String pathname)
Appends a directory or a jar (or zip) file to the end of the
search path.
|
ClassPath |
ClassPoolTail.appendClassPath(java.lang.String pathname) |
ClassPath |
ClassPool.appendSystemPath()
Appends the system search path to the end of the
search path.
|
ClassPath |
ClassPoolTail.appendSystemPath() |
ClassPath |
ClassPool.insertClassPath(ClassPath cp)
Insert a
ClassPath object at the head of the
search path. |
ClassPath |
ClassPoolTail.insertClassPath(ClassPath cp) |
ClassPath |
ClassPool.insertClassPath(java.lang.String pathname)
Inserts a directory or a jar (or zip) file at the head of the
search path.
|
ClassPath |
ClassPoolTail.insertClassPath(java.lang.String pathname) |
private static ClassPath |
ClassPoolTail.makePathObject(java.lang.String pathname) |
Modifier and Type | Method and Description |
---|---|
ClassPath |
ClassPool.appendClassPath(ClassPath cp)
Appends a
ClassPath object to the end of the
search path. |
ClassPath |
ClassPoolTail.appendClassPath(ClassPath cp) |
ClassPath |
ClassPool.insertClassPath(ClassPath cp)
Insert a
ClassPath object at the head of the
search path. |
ClassPath |
ClassPoolTail.insertClassPath(ClassPath cp) |
void |
ClassPool.removeClassPath(ClassPath cp)
Detatches the
ClassPath object from the search path. |
void |
ClassPoolTail.removeClassPath(ClassPath cp) |
Constructor and Description |
---|
ClassPathList(ClassPath p,
ClassPathList n) |