public class ChangeRevision extends Revision
Constructor and Description |
---|
ChangeRevision(LocalHistoryFacade facade,
RootEntry r,
java.lang.String entryPath,
ChangeSet changeSet,
boolean before) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsChangeWithId(long id) |
Entry |
findEntry() |
Pair<java.util.List<java.lang.String>,java.lang.Integer> |
getAffectedFileNames() |
java.lang.Long |
getChangeSetId() |
java.lang.String |
getChangeSetName() |
java.lang.String |
getLabel() |
int |
getLabelColor() |
long |
getTimestamp() |
java.lang.String |
toString() |
getDifferencesWith, isLabel
public ChangeRevision(LocalHistoryFacade facade, RootEntry r, java.lang.String entryPath, ChangeSet changeSet, boolean before)
public long getTimestamp()
getTimestamp
in class Revision
public int getLabelColor()
getLabelColor
in class Revision
public java.lang.Long getChangeSetId()
getChangeSetId
in class Revision
public java.lang.String getChangeSetName()
getChangeSetName
in class Revision
public Pair<java.util.List<java.lang.String>,java.lang.Integer> getAffectedFileNames()
getAffectedFileNames
in class Revision
public java.lang.String toString()
toString
in class java.lang.Object
public boolean containsChangeWithId(long id)