public interface 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.SVNLocationEntry
Modifier and Type | Method | Description |
---|---|---|
void |
handleLocationEntry(SVNLocationEntry locationEntry) |
To be implemented for location entries handling.
|
void handleLocationEntry(SVNLocationEntry locationEntry) throws SVNException
locationEntry
- a location entrySVNException
SVNLocationEntry