Searched defs:URLClassLoader (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DURLClassLoader.java62 * URLClassLoader will be used when subsequently loading classes and
66 * access the URLs specified when the URLClassLoader was created.
71 public class URLClassLoader extends SecureClassLoader implements Closeable { class in inherits:SecureClassLoader,Closeable
79 * Constructs a new URLClassLoader for the given URLs. The URLs will be
96 public URLClassLoader(URL[] urls, ClassLoader parent) { method in class:URLClassLoader
107 URLClassLoader(URL[] urls, ClassLoader parent, method in class:URLClassLoader
120 * Constructs a new URLClassLoader for the specified URLs using the
139 public URLClassLoader(URL[] urls) { method in class:URLClassLoader
150 URLClassLoader(URL[] urls, AccessControlContext acc) { method in class:URLClassLoader
162 * Constructs a new URLClassLoader fo
181 public URLClassLoader(URL[] urls, ClassLoader parent, method in class:URLClassLoader
[all...]

Completed in 29 milliseconds