Interface ListCallback
-
public interface ListCallbackThis interface is used to receive every single line for a file on a theISVNClient.list(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Depth, int, boolean, org.apache.subversion.javahl.callback.ListCallback)call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoEntry(DirEntry dirent, Lock lock)This method will be called for each directory entry.
-