Uses of Package
org.apache.subversion.javahl.callback
Packages that use org.apache.subversion.javahl.callback
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Classes in org.apache.subversion.javahl.callback used by org.apache.subversion.javahlClassDescriptionThis interface is used to receive every single line for a file on a the
ISVNClient.blame(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, boolean, boolean, org.apache.subversion.javahl.callback.BlameCallback)
call.This 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.Subversion notification interface.This interface is used to receive commit information from APIs which generate such.This is callback interface which has to implemented by the client to receive which files will be committed and to enter the log message.The callback API used to handle conflicts encountered during merge/update/switch operations.Subversion diff summarization interface.This interface is used to filter imported nodes in the {@link ISVNClient#import} call.This 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.This interface is used to return regular and inherited property lists for each path in aISVNClient.properties(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.ProplistCallback)
call.This 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.This interface is used to receive every log message for the log messages found by aISVNClient.logMessages(java.lang.String, org.apache.subversion.javahl.types.Revision, java.util.List<org.apache.subversion.javahl.types.RevisionRange>, boolean, boolean, boolean, java.util.Set<java.lang.String>, long, org.apache.subversion.javahl.callback.LogMessageCallback)
call.This interface is invoked before each patch in aISVNClient.patch(java.lang.String, java.lang.String, boolean, int, boolean, boolean, boolean, org.apache.subversion.javahl.callback.PatchCallback)
call.Subversion progress event interface.This interface is used to property lists for each path in aISVNClient.properties(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.ProplistCallback)
call.This interface is used to desfine an action to take while repositories are frozen byISVNRepos.freeze
.Subversion notification interface.This 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.The interface for requesting authentication credentials from the user. -
Classes in org.apache.subversion.javahl.callback used by org.apache.subversion.javahl.callbackClassDescriptionDescribes properties inherited from one parent.
-
Classes in org.apache.subversion.javahl.callback used by org.tigris.subversion.javahlClassDescriptionThis 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, java.util.Collection<java.lang.String>, org.apache.subversion.javahl.callback.StatusCallback)
call.This interface is used to property lists for each path in aISVNClient.properties(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.ProplistCallback)
call. -
Classes in org.apache.subversion.javahl.callback used by org.tmatesoft.svn.core.javahl17ClassDescriptionThis interface is used to receive every single line for a file on a the
ISVNClient.blame(java.lang.String, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, org.apache.subversion.javahl.types.Revision, boolean, boolean, org.apache.subversion.javahl.callback.BlameCallback)
call.This 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.Subversion notification interface.This interface is used to receive commit information from APIs which generate such.This is callback interface which has to implemented by the client to receive which files will be committed and to enter the log message.The callback API used to handle conflicts encountered during merge/update/switch operations.Subversion diff summarization interface.This interface is used to filter imported nodes in the {@link ISVNClient#import} call.This 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.This interface is used to return regular and inherited property lists for each path in aISVNClient.properties(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.ProplistCallback)
call.Describes properties inherited from one parent.This 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.This interface is used to receive every log message for the log messages found by aISVNClient.logMessages(java.lang.String, org.apache.subversion.javahl.types.Revision, java.util.List<org.apache.subversion.javahl.types.RevisionRange>, boolean, boolean, boolean, java.util.Set<java.lang.String>, long, org.apache.subversion.javahl.callback.LogMessageCallback)
call.This interface is invoked before each patch in aISVNClient.patch(java.lang.String, java.lang.String, boolean, int, boolean, boolean, boolean, org.apache.subversion.javahl.callback.PatchCallback)
call.Subversion progress event interface.This interface is used to property lists for each path in aISVNClient.properties(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.ProplistCallback)
call.This interface is used to desfine an action to take while repositories are frozen byISVNRepos.freeze
.Subversion notification interface.This 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.The interface for requesting authentication credentials from the user.