Lines Matching defs:jar

26 package java.util.jar;
43 * The <code>JarFile</code> class is used to read the contents of a jar file
48 * jar file and its entries.
57 * @see java.util.jar.JarEntry
84 * @param name the name of the jar file to be opened for reading
96 * @param name the name of the jar file to be opened for reading
97 * @param verify whether or not to verify the jar file if
111 * @param file the jar file to be opened for reading
124 * @param file the jar file to be opened for reading
125 * @param verify whether or not to verify the jar file if
141 * @param file the jar file to be opened for reading
142 * @param verify whether or not to verify the jar file if
158 * Returns the jar file manifest, or <code>null</code> if none.
160 * @return the jar file manifest, or <code>null</code> if none
163 * may be thrown if the jar file has been closed
199 * @param name the jar file entry name
204 * may be thrown if the jar file has been closed
206 * @see java.util.jar.JarEntry
216 * @param name the jar file entry name
221 * may be thrown if the jar file has been closed
287 * necessary (i.e., the jar appears to be signed.) This is done as
306 // that the jar is signed and that we therefore
334 throw new JarException("corrupted jar file");
352 // treat the jar file as being unsigned
399 * @throws SecurityException if any of the jar file entries
402 * may be thrown if the jar file has been closed
475 // Returns true iff this jar file has a manifest with a class path
513 // Optimize away even scanning of manifest for jar files we
525 names[i++] = fileSep + "rt.jar";
526 names[i++] = fileSep + "sunrsasign.jar";
527 names[i++] = fileSep + "jsse.jar";
528 names[i++] = fileSep + "jce.jar";
529 names[i++] = fileSep + "charsets.jar";
530 names[i++] = fileSep + "dnsns.jar";
531 names[i++] = fileSep + "ldapsec.jar";
532 names[i++] = fileSep + "localedata.jar";
533 names[i++] = fileSep + "sunjce_provider.jar";
534 names[i++] = fileSep + "sunpkcs11.jar";