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 LinkedList
findInterestingRevisions
(LinkedList pathRevisions, String path, long startRevision, long endRevision, boolean includeMergedRevisions, boolean markAsMerged, Map duplicatePathRevs) private LinkedList
findMergedRevisions
(LinkedList mainLinePathRevisions, Map duplicatePathRevs) private SVNDeltaGenerator
int
getFileRevisions
(String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler) private Map
getMergedMergeInfo
(String path, long revision) getPathMergeInfo
(String path, long revision) private void
sendPathRevision
(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
-