org.tmatesoft.svn.core.io
public interface ISVNLocationEntryHandler
(String, long, long[], ISVNLocationEntryHandler)
SVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler)
. The
mentioned method retrieves file locations for interested revisions and uses an
implementation of ISVNLocationEntryHandler
to handle them.
Version: 1.1.1
See Also: SVNLocationEntry
Method Summary | |
---|---|
void | handleLocationEntry(SVNLocationEntry locationEntry)
To be implemented for location entries handling.
|
Parameters: locationEntry a location entry
Throws: SVNException
See Also: SVNLocationEntry