Package com.jalios.io
Class SignatureDiffEntry
- java.lang.Object
 - 
- com.jalios.io.SignatureDiffEntry
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,java.lang.Comparable
- Direct Known Subclasses:
 SignatureDiff3Entry
public class SignatureDiffEntry extends java.lang.Object implements java.lang.Comparable, java.io.Serializable- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected booleanexistInBaseprotected booleanexistInSourceprotected java.io.Filefileprotected booleanhasSourceChangedstatic java.lang.StringREVISIONprotected booleansourceCreatedprotected booleansourceDeletedprotected booleansourceUpdated 
- 
Constructor Summary
Constructors Constructor Description SignatureDiffEntry(java.lang.String path, java.lang.String baseDigest, java.lang.String sourceDigest) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(java.lang.Object obj)java.io.FilegetFile()booleanhasChanged()booleanhasSourceChanged()booleanisSourceCreated()booleanisSourceDeleted()booleanisSourceUpdated()java.lang.StringtoString() 
 - 
 
- 
- 
Field Detail
- 
REVISION
public static final java.lang.String REVISION
- See Also:
 - Constant Field Values
 
 
- 
file
protected java.io.File file
 
- 
existInBase
protected boolean existInBase
 
- 
existInSource
protected boolean existInSource
 
- 
sourceCreated
protected boolean sourceCreated
 
- 
sourceUpdated
protected boolean sourceUpdated
 
- 
sourceDeleted
protected boolean sourceDeleted
 
- 
hasSourceChanged
protected boolean hasSourceChanged
 
 - 
 
- 
Method Detail
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
- 
getFile
public java.io.File getFile()
 
- 
hasSourceChanged
public boolean hasSourceChanged()
 
- 
hasChanged
public boolean hasChanged()
 
- 
isSourceCreated
public boolean isSourceCreated()
 
- 
isSourceUpdated
public boolean isSourceUpdated()
 
- 
isSourceDeleted
public boolean isSourceDeleted()
 
- 
compareTo
public int compareTo(java.lang.Object obj)
- Specified by:
 compareToin interfacejava.lang.Comparable
 
 - 
 
 -