Interface ListCallback


public interface ListCallback
This interface is used to receive every single line for a file on a the SVNClientInterface.blame call.
  • Method Summary

    Modifier and Type Method Description
    void doEntry​(DirEntry dirent, Lock lock)
    This method will be called for each directory entry.
  • Method Details

    • doEntry

      void doEntry​(DirEntry dirent, Lock lock)
      This method will be called for each directory entry.