Interface InfoCallback


public interface InfoCallback
This interface is used to retrieve info each result in a SVNClientInterface.info2 call.
  • Method Summary

    Modifier and Type Method Description
    void singleInfo​(Info2 info)
    the method will be called for every line in a file.
  • Method Details

    • singleInfo

      void singleInfo​(Info2 info)
      the method will be called for every line in a file.
      Parameters:
      info - the Info2 object