Interface ListItemCallback
public interface ListItemCallback
This interface is used to receive every directory entry
returned from the
ISVNClient.list(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, java.util.List<java.lang.String>, org.apache.subversion.javahl.types.Depth, int, boolean, boolean, org.apache.subversion.javahl.callback.ListItemCallback) call.-
Method Details
-
doEntry
This method will be called for each directory entry. If the entry is part of an external,externalParentURLwill hold the URL of the external repository andexternalTargetwill be the target of the external reference in the working copy. Otherwise, both values will benull.
-