| SVNKit Home | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ISVNLocationEntryHandlerSVNRepository.getLocations(String, long, long[], ISVNLocationEntryHandler). The
mentioned method retrieves file locations for interested revisions and uses an
implementation of ISVNLocationEntryHandler to handle them.
SVNLocationEntryMethod Summary | |
void |
|
public void handleLocationEntry(SVNLocationEntry locationEntry) throws SVNException
To be implemented for location entries handling.
- Parameters:
locationEntry- a location entry
- Throws:
SVNException-
- See Also:
SVNLocationEntry