Searched refs:getManifest (Results 1 – 14 of 14) sorted by relevance
59 private Manifest getManifest(String fileName) { in getManifest() method in ManifestTest63 Manifest m = jarFile.getManifest(); in getManifest()129 Manifest m = getManifest(ATT_JAR_NAME); in testStreamConstructor()168 Manifest m = getManifest(ATT_JAR_NAME); in testClear()179 Manifest m = getManifest(JAR_NAME); in testClone()207 Manifest m = getManifest(JAR_NAME); in testHashCode()215 Manifest m = getManifest(ATT_JAR_NAME); in testGetAttributes()225 Manifest m = getManifest(ATT_JAR_NAME); in testGetEntries()236 Manifest m = getManifest(JAR_NAME); in testGetMainAttributes()247 Manifest m = getManifest(JAR_NAME); in testWrite()[all …]
60 assertNotNull("The jar input stream should have a manifest", jis.getManifest()); in test_ConstructorLjava_io_InputStream()133 m = jis.getManifest(); in test_getManifest()138 m = jis.getManifest(); in test_getManifest()
35 Manifest m = jf.getManifest(); in time()
157 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarHttpURLConnection()170 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarHttpURLConnection()185 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarFtpURLConnection()198 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarFtpURLConnection()
233 Manifest mf = juc.getManifest(); in test_getManifest()236 assertEquals(mf, juc.getManifest()); in test_getManifest()237 assertNotSame(mf, juc.getManifest()); in test_getManifest()
182 public Manifest getManifest() throws IOException { in getManifest() method in JarFile300 Manifest man = JarFile.this.getManifest(); in getAttributes()354 getManifest(); in maybeInstantiateVerifier()
125 public Manifest getManifest() { in getManifest() method in JarInputStream
143 public Manifest getManifest() throws IOException { in getManifest() method in URLJarFile177 superMan = super.getManifest(); in isSuperMan()
170 public Manifest getManifest() throws IOException { in getManifest() method in Resource
1000 public Manifest getManifest() throws IOException1001 { return jar.getManifest(); };1206 Manifest man = jar.getManifest();
103 Manifest manifest = juc.getManifest(); in test_getManifest()112 juConn.getManifest(); in test_getManifest()
59 public java.util.jar.Manifest getManifest() throws java.io.IOException { in getManifest() method in JarFile
626 return jis.getManifest();
450 Manifest man = res.getManifest(); in defineClass()