Uses of Class
org.tmatesoft.svn.core.internal.io.dav.DAVConnection
-
Packages that use DAVConnection Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.dav.handlers -
-
Uses of DAVConnection in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return DAVConnection Modifier and Type Method Description protected DAVConnection
DAVRepository. createDAVConnection(IHTTPConnectionFactory connectionFactory, DAVRepository repo)
protected DAVConnection
DAVRepository. getConnection()
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type DAVConnection Modifier and Type Method Description static DAVProperties
DAVUtil. findStartingProperties(DAVConnection connection, DAVRepository repos, java.lang.String fullPath)
static DAVBaselineInfo
DAVUtil. getBaselineInfo(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info)
static DAVProperties
DAVUtil. getBaselineProperties(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, DAVElement[] elements)
static long
DAVUtil. getLatestRevisionHttpV2(DAVConnection davConnection)
static HTTPStatus
DAVUtil. getProperties(DAVConnection connection, java.lang.String path, int depth, java.lang.String label, DAVElement[] properties, java.util.Map result)
static java.lang.String
DAVUtil. getPropertyValue(DAVConnection connection, java.lang.String path, java.lang.String label, DAVElement property)
static DAVProperties
DAVUtil. getResourceProperties(DAVConnection connection, java.lang.String path, java.lang.String label, DAVElement[] properties)
static DAVBaselineInfo
DAVUtil. getStableURL(DAVConnection connection, DAVRepository repos, java.lang.String path, long revision, boolean includeType, boolean includeRevision, DAVBaselineInfo info)
static DAVProperties
DAVUtil. getStartingProperties(DAVConnection connection, java.lang.String path, java.lang.String label)
static java.lang.String
DAVUtil. getVCCPath(DAVConnection connection, DAVRepository repository, java.lang.String path)
-
Uses of DAVConnection in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type DAVConnection Modifier and Type Method Description static java.lang.StringBuffer
DAVEditorHandler. generateEditorRequest(DAVConnection connection, java.lang.StringBuffer xmlBuffer, java.lang.String url, long targetRevision, java.lang.String target, java.lang.String dstPath, SVNDepth depth, java.util.Map lockTokens, boolean ignoreAncestry, boolean resourceWalk, boolean fetchContents, boolean sendCopyFromArgs, boolean sendAll, ISVNReporterBaton reporterBaton)
-