Uses of Interface
javassist.ClassPath
Packages that use ClassPath
-
Uses of ClassPath in javassist
Modifier and TypeClassDescriptionclass
AByteArrayClassPath
contains bytes that is served as a class file to aClassPool
.class
A search-path for obtaining a class file bygetResourceAsStream()
injava.lang.Class
.class
A class search-path representing a class loader.class
A class search-path specified with URL (http).Modifier and TypeMethodDescriptionClassPool.appendClassPath
(String pathname) Appends a directory or a jar (or zip) file to the end of the search path.ClassPool.appendClassPath
(ClassPath cp) Appends aClassPath
object to the end of the search path.ClassPool.appendSystemPath()
Appends the system search path to the end of the search path.ClassPool.insertClassPath
(String pathname) Inserts a directory or a jar (or zip) file at the head of the search path.ClassPool.insertClassPath
(ClassPath cp) Insert aClassPath
object at the head of the search path.Modifier and TypeMethodDescriptionClassPool.appendClassPath
(ClassPath cp) Appends aClassPath
object to the end of the search path.ClassPool.insertClassPath
(ClassPath cp) Insert aClassPath
object at the head of the search path.void
ClassPool.removeClassPath
(ClassPath cp) Detatches theClassPath
object from the search path.