|
Interface Summary |
| AuthnCallback |
The interface for requesting authentication credentials from the
user. |
| BlameCallback |
This 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, org.apache.subversion.javahl.types.DiffOptions) call. |
| 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, org.apache.subversion.javahl.callback.StatusCallback) call. |
| ClientNotifyCallback |
Subversion notification interface. |
| CommitCallback |
This interface is used to receive commit information from APIs which
generate such. |
| CommitMessageCallback |
This is callback interface which has to implemented by the client
to receive which files will be committed and to enter the log
message. |
| ConfigEvent |
Interface for configuration-change hooks. |
| ConflictResolverCallback |
The callback API used to handle conflicts encountered during
merge/update/switch operations. |
| DiffSummaryCallback |
Subversion diff summarization interface. |
| ImportFilterCallback |
This interface is used to filter imported nodes in the
ISVNClient#import call. |
| InfoCallback |
This interface is used to retrieve info each result in a
ISVNClient.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, org.apache.subversion.javahl.callback.InfoCallback) call. |
| InheritedProplistCallback |
This interface is used to return regular and inherited property
lists for each path in a ISVNClient.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, org.apache.subversion.javahl.callback.ProplistCallback) call. |
| ListCallback |
This interface is used to receive every single line for a file on a
the ISVNClient.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. |
| LogMessageCallback |
This interface is used to receive every log message for the log
messages found by a ISVNClient.logMessages(java.lang.String, org.apache.subversion.javahl.types.Revision, java.util.List, boolean, boolean, boolean, java.util.Set, long, org.apache.subversion.javahl.callback.LogMessageCallback) call. |
| PatchCallback |
This interface is invoked before each patch in a
ISVNClient.patch(java.lang.String, java.lang.String, boolean, int, boolean, boolean, boolean, org.apache.subversion.javahl.callback.PatchCallback) call. |
| ProgressCallback |
Subversion progress event interface. |
| ProplistCallback |
This interface is used to property lists for each path in a
ISVNClient.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, org.apache.subversion.javahl.callback.ProplistCallback) call. |
| RemoteFileRevisionsCallback |
Called for each location segment returned from
ISVNRemote.getFileRevisions(java.lang.String, long, long, boolean, org.apache.subversion.javahl.callback.RemoteFileRevisionsCallback). |
| RemoteLocationSegmentsCallback |
Called for each location segment returned from
ISVNRemote.getLocationSegments(java.lang.String, long, long, long, org.apache.subversion.javahl.callback.RemoteLocationSegmentsCallback). |
| RemoteStatus |
Called for each affected element in a remote status driave. |
| ReposFreezeAction |
This interface is used to desfine an action to take while
repositories are frozen by ISVNRepos.freeze. |
| ReposNotifyCallback |
Subversion notification interface. |
| ReposVerifyCallback |
Error notifications from
ISVNRepos#verify(File,Revision,Revision,boolean,boolean,ReposNotifyCallback,ReposVerifyCallback). |
| StatusCallback |
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, org.apache.subversion.javahl.callback.StatusCallback) call. |
| TunnelAgent |
Callback interface for creating and managing tunnels for ra_svn
connections. |
| TunnelAgent.CloseTunnelCallback |
Callback interface returned from #openTunnel(). |
| UserPasswordCallback |
Deprecated. Use AuthnCallback. |