org.sakaiproject.search.index.impl
Class SegmentState.FileRecord

java.lang.Object
  extended by org.sakaiproject.search.index.impl.SegmentState.FileRecord
Enclosing class:
SegmentState

public class SegmentState.FileRecord
extends Object


Field Summary
 String checksum
           
 long lastMod
           
 long length
           
 String path
           
 
Constructor Summary
SegmentState.FileRecord()
           
 
Method Summary
 String diff(SegmentState.FileRecord sfr)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

length

public long length

lastMod

public long lastMod

path

public String path

checksum

public String checksum
Constructor Detail

SegmentState.FileRecord

public SegmentState.FileRecord()
Method Detail

diff

public String diff(SegmentState.FileRecord sfr)
Parameters:
sfr -
Returns:

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Sakai Project. All Rights Reserved.