Interface InfoCallback
-
public interface InfoCallbackThis interface is used to retrieve info each result in aISVNClient.info2(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.InfoCallback)call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsingleInfo(Info info)the method will be called for every line in a file.
-
-
-
Method Detail
-
singleInfo
void singleInfo(Info info)
the method will be called for every line in a file.- Parameters:
info- the Info2 object
-
-