|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.ClassLoader
|
+--com.objectwave.customClassLoader.MultiClassLoader
|
+--com.objectwave.customClassLoader.URLClassLoader
| Field Summary |
| Fields inherited from class com.objectwave.customClassLoader.MultiClassLoader |
loadLocalClasses, monitorOn, sourceMonitorOn |
| Constructor Summary | |
URLClassLoader(java.lang.String urlString)
|
|
| Method Summary | |
java.lang.Object |
getContent(java.net.URL url)
Every custom class loader will need to be able to get the content from a modified URL. |
java.io.InputStream |
getInputStream(java.net.URL url)
Every custom class loader will need to be able to get the input stream from a modified URL. |
protected byte[] |
loadClassBytes(java.lang.String className)
---------- Abstract Implementation --------------------- |
| Methods inherited from class com.objectwave.customClassLoader.MultiClassLoader |
findClass, formatClassName, getResource, getResourceAsStream, initPathInformation, loadClass, loadClass, loadLocalClassBytes, locateClass, lookForPreviousDefinitions, main, monitor, print, setClassNameReplacementChar, useLocalLoader |
| Methods inherited from class java.lang.ClassLoader |
clearAssertionStatus, defineClass, defineClass, defineClass, definePackage, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, 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 URLClassLoader(java.lang.String urlString)
urlString - | Method Detail |
public java.lang.Object getContent(java.net.URL url)
throws java.io.IOException
getContent in class MultiClassLoaderurl -
java.io.IOException
public java.io.InputStream getInputStream(java.net.URL url)
throws java.io.IOException
getInputStream in class MultiClassLoaderurl -
java.io.IOExceptionprotected byte[] loadClassBytes(java.lang.String className)
loadClassBytes in class MultiClassLoaderclassName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||