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 and Description |
---|---|
void |
handleLocationEntry(SVNLocationEntry locationEntry)
To be implemented for location entries handling.
|
void handleLocationEntry(SVNLocationEntry locationEntry) throws SVNException
locationEntry
- a location entrySVNException
SVNLocationEntry
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.