Class FSFileRevisionsFinder


  • public class FSFileRevisionsFinder
    extends java.lang.Object
    Version:
    1.3
    Author:
    TMate Software Ltd.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getFileRevisions​(java.lang.String path, long startRevision, long endRevision, boolean includeMergedRevisions, ISVNFileRevisionHandler handler)  
      java.util.Map getPathMergeInfo​(java.lang.String path, long revision)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FSFileRevisionsFinder

        public FSFileRevisionsFinder​(FSFS fsfs)
    • Method Detail

      • getPathMergeInfo

        public java.util.Map getPathMergeInfo​(java.lang.String path,
                                              long revision)
                                       throws SVNException
        Throws:
        SVNException