Class SvnJavaBlameCommand.AnnotationHandler

  • All Implemented Interfaces:
    org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
    Enclosing class:
    SvnJavaBlameCommand

    private static class SvnJavaBlameCommand.AnnotationHandler
    extends java.lang.Object
    implements org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<org.apache.maven.scm.command.blame.BlameLine> lines  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AnnotationHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void handleEOF()  
      void handleLine​(java.util.Date arg0, long arg1, java.lang.String arg2, java.lang.String arg3)
      Deprecated. 
      void handleLine​(java.util.Date date, long revision, java.lang.String author, java.lang.String line, java.util.Date mergedDate, long mergedRevision, java.lang.String mergedAuthor, java.lang.String mergedPath, int lineNumber)  
      boolean handleRevision​(java.util.Date arg0, long arg1, java.lang.String arg2, java.io.File arg3)  
      • Methods inherited from class java.lang.Object

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

      • lines

        private java.util.List<org.apache.maven.scm.command.blame.BlameLine> lines
    • Constructor Detail

      • AnnotationHandler

        private AnnotationHandler()
    • Method Detail

      • handleEOF

        public void handleEOF()
        Specified by:
        handleEOF in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
      • handleLine

        public void handleLine​(java.util.Date arg0,
                               long arg1,
                               java.lang.String arg2,
                               java.lang.String arg3)
                        throws org.tmatesoft.svn.core.SVNException
        Deprecated.
        Specified by:
        handleLine in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
        Throws:
        org.tmatesoft.svn.core.SVNException
      • handleLine

        public void handleLine​(java.util.Date date,
                               long revision,
                               java.lang.String author,
                               java.lang.String line,
                               java.util.Date mergedDate,
                               long mergedRevision,
                               java.lang.String mergedAuthor,
                               java.lang.String mergedPath,
                               int lineNumber)
                        throws org.tmatesoft.svn.core.SVNException
        Specified by:
        handleLine in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
        Throws:
        org.tmatesoft.svn.core.SVNException
      • handleRevision

        public boolean handleRevision​(java.util.Date arg0,
                                      long arg1,
                                      java.lang.String arg2,
                                      java.io.File arg3)
                               throws org.tmatesoft.svn.core.SVNException
        Specified by:
        handleRevision in interface org.tmatesoft.svn.core.wc.ISVNAnnotateHandler
        Throws:
        org.tmatesoft.svn.core.SVNException