Uses of Interface
javassist.ClassPath
Packages that use ClassPath
-
Uses of ClassPath in javassist
Modifier and TypeClassDescriptionclassAByteArrayClassPathcontains bytes that is served as a class file to aClassPool.classA search-path for obtaining a class file bygetResourceAsStream()injava.lang.Class.(package private) final class(package private) final class(package private) final classclassA class search-path representing a class loader.classA 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 aClassPathobject 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 aClassPathobject at the head of the search path.ClassPoolTail.insertClassPath(String pathname) ClassPoolTail.insertClassPath(ClassPath cp) private static ClassPathClassPoolTail.makePathObject(String pathname) Modifier and TypeMethodDescriptionClassPool.appendClassPath(ClassPath cp) Appends aClassPathobject to the end of the search path.ClassPoolTail.appendClassPath(ClassPath cp) ClassPool.insertClassPath(ClassPath cp) Insert aClassPathobject at the head of the search path.ClassPoolTail.insertClassPath(ClassPath cp) voidClassPool.removeClassPath(ClassPath cp) Detatches theClassPathobject from the search path.voidClassPoolTail.removeClassPath(ClassPath cp)