Uses of Interface
org.apache.subversion.javahl.callback.ReposFreezeAction
Packages that use ReposFreezeAction
-
Uses of ReposFreezeAction in org.apache.subversion.javahl
Methods in org.apache.subversion.javahl with parameters of type ReposFreezeActionModifier and TypeMethodDescriptionvoid
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 ReposFreezeActionModifier and TypeMethodDescriptionvoid
SVNReposImpl.freeze
(ReposFreezeAction action, java.io.File... paths)