Class FSFileRevisionsFinder
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSFileRevisionsFinder
- Version:
- 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate LinkedListfindInterestingRevisions(LinkedList pathRevisions, String path, long startRevision, long endRevision, boolean includeMergedRevisions, boolean markAsMerged, Map duplicatePathRevs) private LinkedListfindMergedRevisions(LinkedList mainLinePathRevisions, Map duplicatePathRevs) private SVNDeltaGeneratorintgetFileRevisions(String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) private MapgetMergedMergeInfo(String path, long revision) getPathMergeInfo(String path, long revision) private voidsendPathRevision(SVNLocationEntry pathRevision, FSFileRevisionsFinder.SendBaton sendBaton, ISVNFileRevisionHandler handler)
-
Field Details
-
myFSFS
-
myDeltaGenerator
-
-
Constructor Details
-
FSFileRevisionsFinder
-
-
Method Details
-
getFileRevisions
public int getFileRevisions(String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) throws SVNException - Throws:
SVNException
-
sendPathRevision
private void sendPathRevision(SVNLocationEntry pathRevision, FSFileRevisionsFinder.SendBaton sendBaton, ISVNFileRevisionHandler handler) throws SVNException - Throws:
SVNException
-
getDeltaGenerator
-
findMergedRevisions
private LinkedList findMergedRevisions(LinkedList mainLinePathRevisions, Map duplicatePathRevs) throws SVNException - Throws:
SVNException
-
findInterestingRevisions
private LinkedList findInterestingRevisions(LinkedList pathRevisions, String path, long startRevision, long endRevision, boolean includeMergedRevisions, boolean markAsMerged, Map duplicatePathRevs) throws SVNException - Throws:
SVNException
-
getMergedMergeInfo
- Throws:
SVNException
-
getPathMergeInfo
- Throws:
SVNException
-