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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DURLClassPath.java62 public class URLClassPath { class
72 new sun.security.action.GetPropertyAction("sun.misc.URLClassPath.debug")) != null);
74 new sun.security.action.GetPropertyAction("sun.misc.URLClassPath.disableJarChecking"));
97 * Creates a new URLClassPath for the given URLs. The URLs will be
106 public URLClassPath(URL[] urls, URLStreamHandlerFactory factory) { method in class:URLClassPath
116 public URLClassPath(URL[] urls) { method in class:URLClassPath
194 System.err.println("URLClassPath.getResource(\"" + name + "\")");
499 URLClassPath.check(url);
534 URLClassPath.check(url);
678 // will not be created for them by URLClassPath
[all...]

Completed in 44 milliseconds