Searched refs:getJarFileURL (Results 1 – 8 of 8) sorted by relevance
83 jarFileURL = getJarFileURL(); in JarURLConnection()122 jarFile = factory.get(getJarFileURL(), getUseCaches()); in connect()
258 assertTrue("Returned incorrect file URL", juc.getJarFileURL().equals( in test_getJarFileURL()262 String jarFileUrl = ((JarURLConnection) url.openConnection()).getJarFileURL().toString(); in test_getJarFileURL()316 assertEquals(new URL("file:file.jar"), jarConn.getJarFileURL()); in test_Constructor()
190 public URL getJarFileURL() { in getJarFileURL() method in JarURLConnection
694 locUrl = ((JarURLConnection)urlConnection).getJarFileURL(); in getPermissions()
208 standardJarUrlConnection.getJarFileURL(), in assertBehaviorSame()209 actualJarUrlConnection.getJarFileURL()); in assertBehaviorSame()
191 …assertEquals("file:///bar.jar", ((JarURLConnection) url.openConnection()).getJarFileURL().toString… in test_getJarFileURL()261 is = juc.getJarFileURL().openStream(); in test_getCertificates()
673 locUrl = ((JarURLConnection)urlConnection).getJarFileURL();
5203 method public java.net.URL getJarFileURL();