public class SignatureDiff3Entry extends SignatureDiffEntry
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REVISION |
existInBase, existInSource, file, hasSourceChanged, sourceCreated, sourceDeleted, sourceUpdated
Constructor and Description |
---|
SignatureDiff3Entry(java.lang.String path,
java.lang.String baseDigest,
java.lang.String sourceDigest,
java.lang.String targetDigest) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasChanged() |
boolean |
hasTargetChanged() |
boolean |
isCCConflict() |
boolean |
isConflict() |
boolean |
isDUConflict() |
boolean |
isTargetCreated() |
boolean |
isTargetDeleted() |
boolean |
isTargetUpdated() |
boolean |
isUDConflict() |
boolean |
isUUConflict() |
java.lang.String |
toString() |
compareTo, getFile, hasSourceChanged, isSourceCreated, isSourceDeleted, isSourceUpdated
public static final java.lang.String REVISION
public SignatureDiff3Entry(java.lang.String path, java.lang.String baseDigest, java.lang.String sourceDigest, java.lang.String targetDigest)
public java.lang.String toString()
toString
in class SignatureDiffEntry
public boolean isTargetCreated()
public boolean isTargetUpdated()
public boolean isTargetDeleted()
public boolean hasTargetChanged()
public boolean hasChanged()
hasChanged
in class SignatureDiffEntry
public boolean isConflict()
public boolean isCCConflict()
public boolean isUUConflict()
public boolean isUDConflict()
public boolean isDUConflict()
Copyright © 2001-2010 Jalios SA. All Rights Reserved.