Interface BlameCallback


@Deprecated
public interface BlameCallback
Deprecated.
use BlameLineCallback instead.
  • Method Summary

    Modifier and Type Method Description
    void singleLine​(long lineNum, long revision, Map<String,​byte[]> revProps, long mergedRevision, Map<String,​byte[]> mergedRevProps, String mergedPath, String line, boolean localChange)
    Deprecated.
    the method will be called for every line in a file.
  • Method Details

    • singleLine

      void singleLine​(long lineNum, long revision, Map<String,​byte[]> revProps, long mergedRevision, Map<String,​byte[]> mergedRevProps, String mergedPath, String line, boolean localChange) throws ClientException
      Deprecated.
      the method will be called for every line in a file.
      Parameters:
      lineNum - the line number for this line
      revision - the revision of the last change.
      revProps - the revision properties for this revision.
      mergedRevision - the revision of the last merged change.
      mergedRevProps - the revision properties for the last merged change.
      mergedPath - the path of the last merged change.
      line - the line in the file.
      localChange - true if the line was locally modified.
      Throws:
      ClientException