Uses of Interface
org.apache.subversion.javahl.callback.ReposNotifyCallback
-
Packages that use ReposNotifyCallback Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of ReposNotifyCallback in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type ReposNotifyCallback Modifier and Type Method Description void
ISVNRepos. dump(java.io.File path, java.io.OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)
dump the data in a repositoryvoid
SVNRepos. dump(java.io.File path, java.io.OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)
void
ISVNRepos. load(java.io.File path, java.io.InputStream dataInput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)
load the data of a dump into a repositoryvoid
ISVNRepos. load(java.io.File path, java.io.InputStream dataInput, Revision start, Revision end, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)
load the data of a dump into a repositoryvoid
SVNRepos. load(java.io.File path, java.io.InputStream dataInput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)
void
SVNRepos. load(java.io.File path, java.io.InputStream dataInput, Revision start, Revision end, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)
void
ISVNRepos. pack(java.io.File path, ReposNotifyCallback callback)
pack the repositoryvoid
SVNRepos. pack(java.io.File path, ReposNotifyCallback callback)
long
ISVNRepos. recover(java.io.File path, ReposNotifyCallback callback)
recover the filesystem backend of a repositorylong
SVNRepos. recover(java.io.File path, ReposNotifyCallback callback)
void
ISVNRepos. upgrade(java.io.File path, ReposNotifyCallback callback)
upgrade the repository formatvoid
SVNRepos. upgrade(java.io.File path, ReposNotifyCallback callback)
void
ISVNRepos. verify(java.io.File path, Revision start, Revision end, ReposNotifyCallback callback)
Verify the repository atpath
between revisionsstart
andend
.void
SVNRepos. verify(java.io.File path, Revision start, Revision end, ReposNotifyCallback callback)
-
Uses of ReposNotifyCallback in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ReposNotifyCallback Modifier and Type Method Description void
SVNReposImpl. dump(java.io.File path, java.io.OutputStream dataOut, java.io.OutputStream errorOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)
void
SVNReposImpl. dump(java.io.File path, java.io.OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)
void
SVNReposImpl. load(java.io.File path, java.io.InputStream dataInput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)
void
SVNReposImpl. load(java.io.File path, java.io.InputStream dataInput, boolean ignoreUUID, boolean forceUUID, java.lang.String relativePath, ReposNotifyCallback callback)
void
SVNReposImpl. load(java.io.File path, java.io.InputStream dataInput, java.io.OutputStream messageOutput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)
void
SVNReposImpl. load(java.io.File path, java.io.InputStream dataInput, Revision start, Revision end, boolean ignoreUUID, boolean forceUUID, boolean usePostCommitHook, boolean usePostCommitHook2, java.lang.String relativePath, ReposNotifyCallback callback)
void
SVNReposImpl. pack(java.io.File path, ReposNotifyCallback callback)
long
SVNReposImpl. recover(java.io.File path, ReposNotifyCallback callback)
void
SVNReposImpl. upgrade(java.io.File path, ReposNotifyCallback callback)
void
SVNReposImpl. verify(java.io.File path, java.io.OutputStream messageOut, Revision start, Revision end, ReposNotifyCallback callback)
void
SVNReposImpl. verify(java.io.File path, Revision start, Revision end, ReposNotifyCallback callback)
-