Interface ISVNPropertyComparator


public interface ISVNPropertyComparator
Version:
1.3
  • Method Details

    • propertyAdded

      void propertyAdded(String name, InputStream value, int length)
    • propertyDeleted

      void propertyDeleted(String name)
    • propertyChanged

      void propertyChanged(String name, InputStream newValue, int length)