com.jalios.io
Class SignatureDiffEntry

java.lang.Object
  extended by com.jalios.io.SignatureDiffEntry
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SignatureDiff3Entry

public class SignatureDiffEntry
extends Object
implements Comparable, Serializable

See Also:
Serialized Form

Field Summary
protected  boolean existInBase
           
protected  boolean existInSource
           
protected  File file
           
protected  boolean hasSourceChanged
           
static String REVISION
           
protected  boolean sourceCreated
           
protected  boolean sourceDeleted
           
protected  boolean sourceUpdated
           
 
Constructor Summary
SignatureDiffEntry(String path, String baseDigest, String sourceDigest)
           
 
Method Summary
 int compareTo(Object obj)
           
 File getFile()
           
 boolean hasChanged()
           
 boolean hasSourceChanged()
           
 boolean isSourceCreated()
           
 boolean isSourceDeleted()
           
 boolean isSourceUpdated()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

file

protected 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
Constructor Detail

SignatureDiffEntry

public SignatureDiffEntry(String path,
                          String baseDigest,
                          String sourceDigest)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getFile

public 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(Object obj)
Specified by:
compareTo in interface Comparable


Copyright © 2001-2010 Jalios SA. All Rights Reserved.