Class RemoteStatus.Entry
java.lang.Object
org.apache.subversion.javahl.callback.RemoteStatus.Entry
- All Implemented Interfaces:
Serializable
,Comparable<RemoteStatus.Entry>
- Enclosing interface:
- RemoteStatus
public static class RemoteStatus.Entry extends Object implements Comparable<RemoteStatus.Entry>, Serializable
Contains additional information related to a modification or
deletion event.
- See Also:
- Serialized Form
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description int
compareTo(RemoteStatus.Entry that)
Implementation of interfaceComparable
.boolean
equals(Object entry)
long
getCommittedRevision()
long
getCommittedTimestamp()
String
getLastAuthor()
String
getUuid()
int
hashCode()
-
Constructor Details
-
Method Details
-
getUuid
- Returns:
- The UUID of the repository that the node belongs to.
-
getLastAuthor
- Returns:
- The author (committer) of the change.
-
getCommittedRevision
public long getCommittedRevision()- Returns:
- The revision number in with the change was committed.
-
getCommittedTimestamp
public long getCommittedTimestamp()- Returns:
- The timestamp, in milliseconds from the epoch, of the committed revision.
-
compareTo
Implementation of interfaceComparable
.- Specified by:
compareTo
in interfaceComparable<RemoteStatus.Entry>
-
equals
-
hashCode
public int hashCode()
-