Searched refs:getURLs (Results 1 – 11 of 11) sorted by relevance
82 final URL[] urls = myLoader.getURLs(); in useFrqInSeparateLoader()206 final URL[] urls = myLoader.getURLs(); in doTestUnloadableInStaticFieldIfClosed()
90 URLClassLoader shadowLoader = new URLClassLoader(myLoader.getURLs(), null); in doTestClassUnloading()
596 public abstract String[] getURLs(); in getURLs() method in ServiceInfo617 public abstract String[] getURLs(String protocol); in getURLs() method in ServiceInfo
61 for (URL url : urlClassLoader.getURLs()) { in getClassPathFiles()
47 urls.addAll(Arrays.asList(((URLClassLoader) loader).getURLs())); in getClassNames()
48 compile files(((URLClassLoader) ToolProvider.getSystemToolClassLoader()).getURLs())
629 public String[] getURLs() { in getURLs() method in ServiceInfoImpl630 return this.getURLs("http"); in getURLs()640 String[] urls = this.getURLs(protocol); in getURL()649 public String[] getURLs(String protocol) { in getURLs() method in ServiceInfoImpl
76 compile files(((URLClassLoader) ToolProvider.getSystemToolClassLoader()).getURLs())
85 for (URL entry : urlClassLoader.getURLs()) { in getClassPathEntries()
288 for (URL entry : urlClassLoader.getURLs()) { in getClassPathEntries()
159 URL[] ucUrls = ucl.getURLs(); in test_getURLs()