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

/libcore/ojluni/src/main/java/sun/misc/
H A DURLClassPath.java63 public class URLClassPath { class
73 new sun.security.action.GetPropertyAction("sun.misc.URLClassPath.debug")) != null);
75 new sun.security.action.GetPropertyAction("sun.misc.URLClassPath.disableJarChecking"));
98 * Creates a new URLClassPath for the given URLs. The URLs will be
107 public URLClassPath(URL[] urls, URLStreamHandlerFactory factory) { method in class:URLClassPath
117 public URLClassPath(URL[] urls) { method in class:URLClassPath
195 System.err.println("URLClassPath.getResource(\"" + name + "\")");
500 URLClassPath.check(url);
535 URLClassPath.check(url);
677 // will not be created for them by URLClassPath
[all...]

Completed in 1529 milliseconds