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 voidISVNRepos. 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().voidSVNRepos. 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 voidSVNReposImpl. freeze(ReposFreezeAction action, java.io.File... paths)
-