| Package | Description | 
|---|---|
| javassist | The Javassist Core API. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ByteArrayClassPathA  ByteArrayClassPathcontains bytes that is served as
 a class file to aClassPool. | 
| class  | ClassClassPathA search-path for obtaining a class file
 by  getResourceAsStream()injava.lang.Class. | 
| class  | LoaderClassPathA class search-path representing a class loader. | 
| class  | URLClassPathA class search-path specified with URL (http). | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassPath | ClassPool. appendClassPath(ClassPath cp)Appends a  ClassPathobject to the end of the
 search path. | 
| ClassPath | ClassPool. appendClassPath(String pathname)Appends a directory or a jar (or zip) file to the end of the
 search path. | 
| ClassPath | ClassPool. appendSystemPath()Appends the system search path to the end of the
 search path. | 
| ClassPath | ClassPool. insertClassPath(ClassPath cp)Insert a  ClassPathobject at the head of the
 search path. | 
| ClassPath | ClassPool. insertClassPath(String pathname)Inserts a directory or a jar (or zip) file at the head of the
 search path. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassPath | ClassPool. appendClassPath(ClassPath cp)Appends a  ClassPathobject to the end of the
 search path. | 
| ClassPath | ClassPool. insertClassPath(ClassPath cp)Insert a  ClassPathobject at the head of the
 search path. | 
| void | ClassPool. removeClassPath(ClassPath cp)Detatches the  ClassPathobject from the search path. | 
Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.