©2008 Google -
Code Home -
Site Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| java.lang.Object | |||
| java.util.zip.ZipEntry | Cloneable | ||
| java.util.jar.JarEntry | |||
Constants inherited
from class
java.util.zip.ZipEntry
| 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. | ||||||
Methods inherited
from class
java.util.zip.ZipEntry
Methods inherited
from class
java.lang.Object
| 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 |
|---|