Package org.tigris.subversion.javahl
Interface InfoCallback
public interface InfoCallback
This interface is used to retrieve info each result in a
SVNClientInterface.info2 call.
-
Method Summary
Modifier and Type Method Description voidsingleInfo(Info2 info)the method will be called for every line in a file.
-
Method Details
-
singleInfo
the method will be called for every line in a file.- Parameters:
info- the Info2 object
-