Interface BlameRangeCallback


public interface BlameRangeCallback
This interface is used to the resolved revision range the ISVNClient#blame call.
Since:
1.12
  • Method Summary

    Modifier and Type Method Description
    void setRange​(long startRevision, long endRevision)
    This method will be called once before #{BlameLineCallback.singleLine} is called for the first time.
  • Method Details

    • setRange

      void setRange​(long startRevision, long endRevision) throws ClientException
      This method will be called once before #{BlameLineCallback.singleLine} is called for the first time.
      Parameters:
      startRevision - the resolved start of the blame range.
      endRevision - the resolved end of the blame range.
      Throws:
      ClientException