Searched defs:manifest (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/test/java/net/URLClassLoader/
H A DClassPathTest.java44 Manifest manifest; field in class:ClassPathTest
75 manifest = jarFile.getManifest();
80 //manifest = jarFile.getManifest();
81 mainAttributes = manifest.getMainAttributes();
82 map = manifest.getEntries();
/openjdk7/jdk/src/share/classes/sun/tools/jar/
H A DSignatureFile.java41 * href="manifest.html">Manifest and Signature Format</a>. It has
49 * have a counterpart in the manifest). Like the manifest it contains
50 * a hash, the hash of the manifest section correspondind to the
51 * name. Since the manifest entry contains the hash of the data, this
53 * the manifest entry.
80 * The manifest we're working with. */
81 private Manifest manifest; field in class:SignatureFile
129 * Manifest. All entries in the manifest are signed.
131 * @param manifest th
139 SignatureFile(Manifest manifest, String name) argument
169 SignatureFile(Manifest manifest, String[] entries, String filename) argument
[all...]
H A DMain.java73 * Mflag: DO NOT generate a manifest file (just ZIP)
166 Manifest manifest = null;
172 manifest = new Manifest(new BufferedInputStream(in));
174 manifest = new Manifest();
176 addVersion(manifest);
177 addCreatedBy(manifest);
178 if (isAmbiguousMainClass(manifest)) {
185 addMainClass(manifest, ename);
201 create(new BufferedOutputStream(out, 4096), manifest);
220 InputStream manifest
465 create(OutputStream out, Manifest manifest) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/signature/
H A DReference.java160 * @param manifest
166 protected Reference(Document doc, String BaseURI, String ReferenceURI, Manifest manifest, Transforms transforms, String messageDigestAlgorithm) argument
174 this._manifest = manifest;
213 * @param manifest is the {@link Manifest} of {@link SignedInfo} in which the Reference occurs. We need this because the Manifest has the individual {@link ResourceResolver}s whcih have been set by the user
216 protected Reference(Element element, String BaseURI, Manifest manifest) argument
229 this._manifest = manifest;
/openjdk7/jdk/src/share/bin/
H A Dparse_manifest.c37 static char *manifest; variable
42 * Inflate the manifest file (or any file for that matter).
51 * containing the inflated manifest file. When the caller is done with it,
185 * Locate the manifest file with the zip/jar file.
317 * manifest. If so, build the entry record from the data found in
375 * Note that a manifest file may be composed of multiple sections,
469 * Read the manifest from the specified jar file and fill in the manifest_info
475 * -2 Error accessing the manifest from within the jarfile (most likely
476 * a manifest is not present, or this isn't a valid zip/jar file).
505 manifest
[all...]

Completed in 26 milliseconds