SVNKit Home

org.tmatesoft.svn.core.io
Interface ISVNLocationSegmentHandler


public interface ISVNLocationSegmentHandler

The ISVNLocationSegmentHandler is an interface for location segment handlers which is used in the SVNRepository.getLocationSegments(String, long, long, long, ISVNLocationSegmentHandler) method.

Since:
1.2
Version:
1.3
Author:
TMate Software Ltd.

Method Summary
 void handleLocationSegment(SVNLocationSegment locationSegment)
          Handles a next location segment.
 

Method Detail

handleLocationSegment

public void handleLocationSegment(SVNLocationSegment locationSegment)
                           throws SVNException
Handles a next location segment.

Parameters:
locationSegment - location segment
Throws:
SVNException

SVNKit Home

Copyright © 2004-2011 TMate Software Ltd. All Rights Reserved.