public class SignatureDiffEntry
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
existInBase |
protected boolean |
existInSource |
protected java.io.File |
file |
protected boolean |
hasSourceChanged |
static java.lang.String |
REVISION |
protected boolean |
sourceCreated |
protected boolean |
sourceDeleted |
protected boolean |
sourceUpdated |
| Constructor and Description |
|---|
SignatureDiffEntry(java.lang.String path,
java.lang.String baseDigest,
java.lang.String sourceDigest) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object obj) |
java.io.File |
getFile() |
boolean |
hasChanged() |
boolean |
hasSourceChanged() |
boolean |
isSourceCreated() |
boolean |
isSourceDeleted() |
boolean |
isSourceUpdated() |
java.lang.String |
toString() |
public static final java.lang.String REVISION
protected java.io.File file
protected boolean existInBase
protected boolean existInSource
protected boolean sourceCreated
protected boolean sourceUpdated
protected boolean sourceDeleted
protected boolean hasSourceChanged
public SignatureDiffEntry(java.lang.String path,
java.lang.String baseDigest,
java.lang.String sourceDigest)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.io.File getFile()
public boolean hasSourceChanged()
public boolean hasChanged()
public boolean isSourceCreated()
public boolean isSourceUpdated()
public boolean isSourceDeleted()
public int compareTo(java.lang.Object obj)
compareTo in interface java.lang.ComparableCopyright © 2001-2017 Jalios SA. All Rights Reserved.