Changed Methods |
Object clone()
|
Documentation changed from old to new. |
Returns a shallow copy of this Manifest implemented as follows: |
boolean equals(Object )
|
Documentation changed from old to new. |
Returns true if the specified Object is also a Manifest and has the same main Attributes and entries. |
Attributes getAttributes(String )
|
Documentation changed from old to new. |
Returns the Attributes for the specified entry name. |
Map getEntries()
|
Documentation changed from old to new. |
Returns a Map of the entries contained in this Manifest. |
Attributes getMainAttributes()
|
Documentation changed from old to new. |
Returns the main Attributes for the Manifest. |