Generated by
JDiff

Class java.util.jar.JarEntry

Changed Constructors
JarEntry(String) Documentation changed from old to new.
Creates a new JarEntry for the specified JAR file entry name.
JarEntry(ZipEntry) Documentation changed from old to new.
Creates a new JarEntry with fields taken from the specified ZipEntry object.
 

Changed Methods
Attributes getAttributes() Documentation changed from old to new.
Returns the Manifest Attributes for this entry or null if none.
Certificate[] getCertificates() Documentation changed from old to new.
Returns the Certificate objects for this entry or null if none.