java.lang.Object | |||
java.util.zip.ZipEntry | Cloneable | ||
java.util.jar.JarEntry |
JarEntry(String name) | ||||||
Create a new JarEntry named name | ||||||
JarEntry(ZipEntry entry) | ||||||
Create a new JarEntry using the values obtained from entry. | ||||||
JarEntry(JarEntry je) | ||||||
Create a new JarEntry using the values obtained from je. |
Attributes | getAttributes() | |||||
Returns the Attributes object associated with this entry or null if none exists. | ||||||
Certificate[] | getCertificates() | |||||
Returns an array of Certificate Objects associated with this entry or null if none exist. | ||||||
CodeSigner[] | getCodeSigners() | |||||
Returns the code signers for the jar entry. |
name | The name of the new JarEntry |
---|
entry | The ZipEntry to obtain values from. |
---|
je | The JarEntry to obtain values from |
---|
IOException | If an error occurs obtaining the Attributes |
---|
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |