Interface StatusCallback
-
public interface StatusCallbackThis interface is used to receive every status item for theISVNClient.status(java.lang.String, org.apache.subversion.javahl.types.Depth, boolean, boolean, boolean, boolean, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.StatusCallback)call.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoStatus(java.lang.String path, Status status)the method will be called for each status item
-
-
-
Method Detail
-
doStatus
void doStatus(java.lang.String path, Status status)the method will be called for each status item- Parameters:
path- the path of the objectstatus- the status object, may be null
-
-