|
TrueUpdate Core 0.1.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.trueupdate.core.zip.model.EntryNameAndTwoDigests
@Immutable public final class EntryNameAndTwoDigests
A Value Object which represents a ZIP entry name and two message digests in canonical string notation.
| Constructor Summary | |
|---|---|
EntryNameAndTwoDigests(String name,
String first,
String second)
Default constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
first()
Returns the first message digest value. |
int |
hashCode()
|
String |
name()
Returns the entry name. |
String |
second()
Returns the second message digest value. |
EntryNameAndDigest |
zipEntryNameAndDigestValue1()
Deprecated. |
EntryNameAndDigest |
zipEntryNameAndDigestValue2()
Returns the second ZIP entry name and digest value. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EntryNameAndTwoDigests(String name,
String first,
String second)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic String first()
public int hashCode()
hashCode in class Objectpublic String name()
public String second()
@Deprecated public EntryNameAndDigest zipEntryNameAndDigestValue1()
public EntryNameAndDigest zipEntryNameAndDigestValue2()
|
TrueUpdate Core 0.1.7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||