Interface LogMessageCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void singleMessage​(java.util.Set<ChangePath> changedPaths, long revision, java.util.Map<java.lang.String,​byte[]> revprops, boolean hasChildren)
      The method will be called for every log message.
    • Method Detail

      • singleMessage

        void singleMessage​(java.util.Set<ChangePath> changedPaths,
                           long revision,
                           java.util.Map<java.lang.String,​byte[]> revprops,
                           boolean hasChildren)
        The method will be called for every log message.
        Parameters:
        changedPaths - a set of the paths that were changed
        revision - the revision of the commit
        revprops - All of the requested revision properties, possibly including svn:date, svn:author, and svn:log.
        hasChildren - when merge sensitive option was requested, whether or not this entry has child entries.