Searched refs:getEntryName (Results 1 – 5 of 5) sorted by relevance
128 this.jarEntry = jarFile.getEntry(getEntryName()); in connect()185 String cType = guessContentTypeFromName(getEntryName()); in getContentType()
73 .getEntryName()); in test_getEntryName()76 assertNull("Returned incorrect entryName", juc.getEntryName()); in test_getEntryName()79 …Equals("foo.jar!/Bugs/HelloWorld.class", ((JarURLConnection) url.openConnection()).getEntryName()); in test_getEntryName()
201 public String getEntryName() { in getEntryName() method in JarURLConnection
124 .getEntryName()); in test_getEntryName()129 assertNull("Returned incorrect entryName", juc.getEntryName()); in test_getEntryName()133 …rtEquals("foo.jar!/Bugs/HelloWorld.class",((JarURLConnection)url.openConnection()).getEntryName()); in test_getEntryName()
85 entryName = getEntryName(); in JarURLConnection()