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 voidISVNRepos. dump(java.io.File path, java.io.OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)dump the data in a repositoryvoidSVNRepos. dump(java.io.File path, java.io.OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)voidISVNRepos. 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 repositoryvoidISVNRepos. 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 repositoryvoidSVNRepos. load(java.io.File path, java.io.InputStream dataInput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)voidSVNRepos. 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)voidISVNRepos. pack(java.io.File path, ReposNotifyCallback callback)pack the repositoryvoidSVNRepos. pack(java.io.File path, ReposNotifyCallback callback)longISVNRepos. recover(java.io.File path, ReposNotifyCallback callback)recover the filesystem backend of a repositorylongSVNRepos. recover(java.io.File path, ReposNotifyCallback callback)voidISVNRepos. upgrade(java.io.File path, ReposNotifyCallback callback)upgrade the repository formatvoidSVNRepos. upgrade(java.io.File path, ReposNotifyCallback callback)voidISVNRepos. verify(java.io.File path, Revision start, Revision end, ReposNotifyCallback callback)Verify the repository atpathbetween revisionsstartandend.voidSVNRepos. 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 voidSVNReposImpl. dump(java.io.File path, java.io.OutputStream dataOut, java.io.OutputStream errorOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)voidSVNReposImpl. dump(java.io.File path, java.io.OutputStream dataOut, Revision start, Revision end, boolean incremental, boolean useDeltas, ReposNotifyCallback callback)voidSVNReposImpl. load(java.io.File path, java.io.InputStream dataInput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath, ReposNotifyCallback callback)voidSVNReposImpl. load(java.io.File path, java.io.InputStream dataInput, boolean ignoreUUID, boolean forceUUID, java.lang.String relativePath, ReposNotifyCallback callback)voidSVNReposImpl. 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)voidSVNReposImpl. 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)voidSVNReposImpl. pack(java.io.File path, ReposNotifyCallback callback)longSVNReposImpl. recover(java.io.File path, ReposNotifyCallback callback)voidSVNReposImpl. upgrade(java.io.File path, ReposNotifyCallback callback)voidSVNReposImpl. verify(java.io.File path, java.io.OutputStream messageOut, Revision start, Revision end, ReposNotifyCallback callback)voidSVNReposImpl. verify(java.io.File path, Revision start, Revision end, ReposNotifyCallback callback)
-