Package java.net
Class URLClassLoader
java.lang.Object
java.lang.ClassLoader
java.net.URLClassLoader
This stripped down URLClassLoader class is simply here to give us cross-platform support for code
that might need a valid classloader.
If support is ever needed, we can implement a generator which will set the URLs of any URLClassLoader to the jars and source paths used to compile GWT.
- Author:
- "James X. Nelson (james@wetheinter.net)"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidURL[]getURLs()static URLClassLoadernewInstance(URL[] urls) static URLClassLoadernewInstance(URL[] urls, ClassLoader parent) Methods inherited from class java.lang.ClassLoader
findClass, findSystemClass, getParent, getResource, getResourceAsStream, getSystemClassLoader, getSystemResourceAsStream, loadClass, loadClass, setSigners
-
Constructor Details
-
URLClassLoader
-
URLClassLoader
-
-
Method Details
-
addURL
-
getURLs
-
newInstance
-
newInstance
-