Interface ISVNLocationEntryHandler


public interface ISVNLocationEntryHandler
This public interface should be implemented for using within SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler). The mentioned method retrieves file locations for interested revisions and uses an implementation of ISVNLocationEntryHandler to handle them.
Since:
1.2
Version:
1.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    To be implemented for location entries handling.