Uses of Interface
org.apache.subversion.javahl.callback.CommitCallback
Packages that use CommitCallback
-
Uses of CommitCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type CommitCallbackModifier and TypeMethodDescriptionvoid
ISVNClient.commit
(Set<String> path, Depth depth, boolean noUnlock, boolean keepChangelist, Collection<String> changelists, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) Commits changes to the repository.void
SVNClient.commit
(Set<String> path, Depth depth, boolean noUnlock, boolean keepChangelist, Collection<String> changelists, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
ISVNClient.copy
(List<CopySource> sources, String destPath, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) Copy versioned paths with the history preserved.void
SVNClient.copy
(List<CopySource> sources, String destPath, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
ISVNClient.doImport
(String path, String url, Depth depth, boolean noIgnore, boolean noAutoProps, boolean ignoreUnknownNodeTypes, Map<String, String> revpropTable, ImportFilterCallback importFilterCallback, CommitMessageCallback messageHandler, CommitCallback commitCallback) Import a file or directory into a repository directory at head.void
ISVNClient.doImport
(String path, String url, Depth depth, boolean noIgnore, boolean ignoreUnknownNodeTypes, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) Import a file or directory into a repository directory at head.void
SVNClient.doImport
(String path, String url, Depth depth, boolean noIgnore, boolean noAutoProps, boolean ignoreUnknownNodeTypes, Map<String, String> revpropTable, ImportFilterCallback importFilterCallback, CommitMessageCallback messageHandler, CommitCallback commitCallback) void
SVNClient.doImport
(String path, String url, Depth depth, boolean noIgnore, boolean ignoreUnknownNodeTypes, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
ISVNClient.mkdir
(Set<String> path, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) Creates a directory directly in a repository or creates a directory on disk and schedules it for addition.void
SVNClient.mkdir
(Set<String> path, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
ISVNClient.move
(Set<String> srcPaths, String destPath, boolean force, boolean moveAsChild, boolean makeParents, boolean metadataOnly, boolean allowMixRev, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) Move or rename versioned paths.void
ISVNClient.move
(Set<String> srcPaths, String destPath, boolean force, boolean moveAsChild, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) Deprecated.Provided for backward compatibility with 1.7.void
SVNClient.move
(Set<String> srcPaths, String destPath, boolean force, boolean moveAsChild, boolean makeParents, boolean metadataOnly, boolean allowMixRev, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
SVNClient.move
(Set<String> srcPaths, String destPath, boolean force, boolean moveAsChild, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
ISVNClient.propertySetRemote
(String path, long baseRev, String name, byte[] value, CommitMessageCallback handler, boolean force, Map<String, String> revpropTable, CommitCallback callback) void
SVNClient.propertySetRemote
(String path, long baseRev, String name, byte[] value, CommitMessageCallback handler, boolean force, Map<String, String> revpropTable, CommitCallback callback) void
ISVNClient.remove
(Set<String> path, boolean force, boolean keepLocal, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) Sets a file for deletion.void
SVNClient.remove
(Set<String> path, boolean force, boolean keepLocal, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) -
Uses of CommitCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type CommitCallbackModifier and TypeMethodDescriptionvoid
SVNClientImpl.commit
(Set<String> path, Depth depth, boolean noUnlock, boolean keepChangelist, Collection<String> changelists, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
SVNClientImpl.copy
(List<CopySource> sources, String destPath, boolean copyAsChild, boolean makeParents, boolean ignoreExternals, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) private void
SVNClientImpl.copyRemote
(List<CopySource> remoteSources, String destPath, boolean copyAsChild, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
SVNClientImpl.doImport
(String path, String url, Depth depth, boolean noIgnore, boolean noAutoProps, boolean ignoreUnknownNodeTypes, Map<String, String> revpropTable, ImportFilterCallback importFilterCallback, CommitMessageCallback handler, CommitCallback callback) void
SVNClientImpl.doImport
(String path, String url, Depth depth, boolean noIgnore, boolean ignoreUnknownNodeTypes, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) private ISvnObjectReceiver<SVNCommitInfo>
SVNClientImpl.getCommitInfoReceiver
(CommitCallback callback) void
SVNClientImpl.mkdir
(Set<String> path, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) private void
SVNClientImpl.mkdirRemote
(Set<String> remoteUrls, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
SVNClientImpl.move
(Set<String> srcPaths, String destPath, boolean force, boolean moveAsChild, boolean makeParents, boolean metadataOnly, boolean allowMixRev, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
SVNClientImpl.move
(Set<String> srcPaths, String destPath, boolean force, boolean moveAsChild, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) private void
SVNClientImpl.moveRemote
(Set<String> srcPaths, String destPath, boolean moveAsChild, boolean makeParents, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) void
SVNClientImpl.propertySetRemote
(String path, long baseRev, String name, byte[] value, CommitMessageCallback handler, boolean force, Map<String, String> revpropTable, CommitCallback callback) void
SVNClientImpl.remove
(Set<String> path, boolean force, boolean keepLocal, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback) private void
SVNClientImpl.removeRemote
(Set<String> remoteUrls, Map<String, String> revpropTable, CommitMessageCallback handler, CommitCallback callback)