Uses of Class
org.tmatesoft.svn.core.wc.admin.SVNUUIDAction
-
Packages that use SVNUUIDAction Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.wc.admin This package provides API for administrative managing Subversion repositories on a local machine.org.tmatesoft.svn.core.wc2.admin NEW: this package contains command-style API to perform most of Subversion operations that works directly on local repository on the level of abstraction similar to that of the command line client. -
-
Uses of SVNUUIDAction in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNUUIDAction Modifier and Type Field Description private SVNUUIDActionDefaultLoadHandler. myUUIDActionMethods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUUIDAction Modifier and Type Method Description voidDefaultLoadHandler. setUUIDAction(SVNUUIDAction action)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNUUIDAction Constructor Description DefaultLoadHandler(boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir, ISVNAdminEventHandler progressHandler) -
Uses of SVNUUIDAction in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as SVNUUIDAction Modifier and Type Field Description static SVNUUIDActionSVNUUIDAction. DEFAULTA default behaviour: any met uuid is ignored unless the latest revision of the target repository is 0.static SVNUUIDActionSVNUUIDAction. FORCE_UUIDA command to override the existing uuid with any one met in a dumpstream.static SVNUUIDActionSVNUUIDAction. IGNORE_UUIDA command to ignore any met uuid.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNUUIDAction Modifier and Type Method Description private DefaultLoadHandlerSVNAdminClient. createLoadHandler(FSFS fsfs, boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir)voidSVNAdminClient. doLoad(java.io.File repositoryRoot, java.io.InputStream dumpStream, boolean usePreCommitHook, boolean usePostCommitHook, SVNUUIDAction uuidAction, java.lang.String parentDir)Reads the provided dump stream committing new revisions to a repository. -
Uses of SVNUUIDAction in org.tmatesoft.svn.core.wc2.admin
Fields in org.tmatesoft.svn.core.wc2.admin declared as SVNUUIDAction Modifier and Type Field Description private SVNUUIDActionSvnRepositoryLoad. uuidActionMethods in org.tmatesoft.svn.core.wc2.admin that return SVNUUIDAction Modifier and Type Method Description SVNUUIDActionSvnRepositoryLoad. getUuidAction()Methods in org.tmatesoft.svn.core.wc2.admin with parameters of type SVNUUIDAction Modifier and Type Method Description voidSvnRepositoryLoad. setUuidAction(SVNUUIDAction uuidAction)
-