Uses of Interface
org.apache.subversion.javahl.callback.ReposFreezeAction
-
Packages that use ReposFreezeAction Package Description org.apache.subversion.javahl org.tmatesoft.svn.core.javahl17 -
-
Uses of ReposFreezeAction in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type ReposFreezeAction Modifier and Type Method Description void
ISVNRepos. freeze(ReposFreezeAction action, java.io.File... paths)
Take an exclusive lock on each of the listed repositories to prevent commits; then, while holding all the locks, call the action.invoke().void
SVNRepos. freeze(ReposFreezeAction action, java.io.File... paths)
-
Uses of ReposFreezeAction in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 with parameters of type ReposFreezeAction Modifier and Type Method Description void
SVNReposImpl. freeze(ReposFreezeAction action, java.io.File... paths)
-