|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.ClassLoader
oracle.jdeveloper.java.util.JRLClassLoader
public class JRLClassLoader
The JRLClassLoader is a class loader implementation that loads Java *.class and resource files using a JavaResourceLocator instance.
| Constructor Summary | |
|---|---|
JRLClassLoader(java.lang.ClassLoader parent, JavaResourceLocator locator)Construct a JRLClassLoader instance with the given locator, delegating first to the specified parent loader. |
|
JRLClassLoader(JavaResourceLocator locator)Construct a JRLClassLoader instance for the given locator. |
|
| Method Summary | |
|---|---|
protected java.lang.Class |
findClass(java.lang.String name)Finds the specified class. |
protected java.net.URL |
findResource(java.lang.String name)Finds the resource with the given name. |
protected java.util.Enumeration<java.net.URL> |
findResources(java.lang.String name) |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRLClassLoader(java.lang.ClassLoader parent,
JavaResourceLocator locator)
public JRLClassLoader(JavaResourceLocator locator)
| Method Detail |
|---|
protected java.lang.Class findClass(java.lang.String name)
throws java.lang.ClassNotFoundException
findClass in class java.lang.ClassLoadername - the name of the classjava.lang.ClassNotFoundException - if the class could not be foundprotected java.net.URL findResource(java.lang.String name)
findResource in class java.lang.ClassLoadername - the resource name
protected java.util.Enumeration<java.net.URL> findResources(java.lang.String name)
throws java.io.IOException
findResources in class java.lang.ClassLoaderjava.io.IOException
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||