org.objectweb.jonathan.libs.kernel
Class ClassPathFinderImpl
java.lang.Object
org.objectweb.jonathan.libs.kernel.ClassPathFinderImpl
- All Implemented Interfaces:
- ClassPathFinder
- public class ClassPathFinderImpl
- extends java.lang.Object
- implements ClassPathFinder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
system_class_loader
public static java.lang.ClassLoader system_class_loader
ClassPathFinderImpl
public ClassPathFinderImpl(java.lang.ClassLoader _class_loader)
getClassLoader
public java.lang.ClassLoader getClassLoader()
findResource
public java.io.InputStream findResource(java.lang.String _name)
- Specified by:
findResource
in interface ClassPathFinder
findClass
public java.lang.Class findClass(java.lang.String class_name)
- Specified by:
findClass
in interface ClassPathFinder
loadSystemClass
public static java.lang.Class loadSystemClass(java.lang.String class_name)