Uses of Class
org.tmatesoft.svn.core.internal.io.dav.DAVRepository
-
Packages that use DAVRepository Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers -
-
Uses of DAVRepository in org.tmatesoft.svn.core.internal.io.dav
Fields in org.tmatesoft.svn.core.internal.io.dav declared as DAVRepository Modifier and Type Field Description private DAVRepositoryDAVCommitEditor. myRepositoryMethods in org.tmatesoft.svn.core.internal.io.dav with parameters of type DAVRepository Modifier and Type Method Description protected DAVConnectionDAVRepository. createDAVConnection(IHTTPConnectionFactory connectionFactory, DAVRepository repo)SVNLockDAVConnection. doGetLock(java.lang.String path, DAVRepository repos)SVNLockDAVConnection. doLock(java.lang.String repositoryPath, java.lang.String path, DAVRepository repos, java.lang.String comment, boolean force, long revision)voidDAVConnection. doUnlock(java.lang.String path, DAVRepository repos, java.lang.String id, boolean force)voidDAVConnection. fetchRepositoryRoot(DAVRepository repository)voidDAVConnection. fetchRepositoryUUID(DAVRepository repository)static DAVPropertiesDAVUtil. findStartingProperties(DAVConnection connection, DAVRepository repos, java.lang.String fullPath)static DAVBaselineInfoDAVUtil. getBaselineInfo(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info)static DAVPropertiesDAVUtil. getBaselineProperties(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, DAVElement[] elements)static DAVBaselineInfoDAVUtil. getStableURL(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info)static java.lang.StringDAVUtil. getVCCPath(DAVConnection connection, DAVRepository repository, java.lang.String path)voidDAVConnection. open(DAVRepository repository)Constructors in org.tmatesoft.svn.core.internal.io.dav with parameters of type DAVRepository Constructor Description DAVCommitEditor(DAVRepository repository, DAVConnection connection, java.lang.String message, ISVNWorkspaceMediator mediator, java.lang.Runnable closeCallback)DAVCommitEditor(DAVRepository repository, DAVConnection connection, SVNProperties revProps, ISVNWorkspaceMediator mediator, java.lang.Runnable closeCallback) -
Uses of DAVRepository in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as DAVRepository Modifier and Type Field Description protected DAVRepositoryDAVEditorHandler. myOwnerConstructors in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type DAVRepository Constructor Description DAVEditorHandler(IHTTPConnectionFactory connectionFactory, DAVRepository owner, ISVNEditor editor, java.util.Map lockTokens, boolean fetchContent, boolean hasTarget, ISVNWorkingCopyContentMediator workingCopyContentMediator)
-