Class FSLocationsFinder

java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSLocationsFinder

public class FSLocationsFinder extends java.lang.Object
Version:
1.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private FSFS
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    getNodeLocationSegments(java.lang.String path, long pegRevision, long startRevision, long endRevision, ISVNLocationSegmentHandler handler)
     
    private long
    maybeCropAndSendSegment(long segmentStartRevision, long segmentEndRevision, long startRevision, long endRevision, java.lang.String segmentPath, ISVNLocationSegmentHandler handler)
     
    protected void
    reset(FSFS fsfs)
     
    int
    traceNodeLocations(java.lang.String path, long pegRevision, long[] revisions, ISVNLocationEntryHandler handler)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • myFSFS

      private FSFS myFSFS
  • Constructor Details

    • FSLocationsFinder

      public FSLocationsFinder(FSFS fsfs)
  • Method Details