A class search-path representing a class loader.
It is used for obtaining a class file from the given
class loader by getResourceAsStream() .
The LoaderClassPath refers to the class loader through
WeakReference . If the class loader is garbage collected,
the other search pathes are examined.
The given class loader must have both getResourceAsStream()
and getResource() .
author: Bill Burke author: Shigeru Chiba See Also: ClassPool.insertClassPath(ClassPath) See Also: ClassPool.appendClassPath(ClassPath) See Also: ClassClassPath |