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
.(package private) final class
(package private) final class
(package private) final 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.ClassPoolTail.appendClassPath
(String pathname) ClassPoolTail.appendClassPath
(ClassPath cp) ClassPool.appendSystemPath()
Appends the system search path to the end of the search path.ClassPoolTail.appendSystemPath()
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.ClassPoolTail.insertClassPath
(String pathname) ClassPoolTail.insertClassPath
(ClassPath cp) private static ClassPath
ClassPoolTail.makePathObject
(String pathname) Modifier and TypeMethodDescriptionClassPool.appendClassPath
(ClassPath cp) Appends aClassPath
object to the end of the search path.ClassPoolTail.appendClassPath
(ClassPath cp) ClassPool.insertClassPath
(ClassPath cp) Insert aClassPath
object at the head of the search path.ClassPoolTail.insertClassPath
(ClassPath cp) void
ClassPool.removeClassPath
(ClassPath cp) Detatches theClassPath
object from the search path.void
ClassPoolTail.removeClassPath
(ClassPath cp)