Interface ChangelistCallback
- All Known Subinterfaces:
ChangelistCallback
public interface ChangelistCallback
This interface is used to receive every status item for
the
ISVNClient.status(java.lang.String, org.apache.subversion.javahl.types.Depth, boolean, boolean, boolean, boolean, boolean, boolean, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.StatusCallback)
call.-
Method Summary
Modifier and Type Method Description void
doChangelist(String path, String changelist)
the method will be called for each status item
-
Method Details
-
doChangelist
the method will be called for each status item- Parameters:
path
- the path of the objectchangelist
- the changelist it belongs to
-