Uses of Class
org.tmatesoft.svn.core.io.SVNCapability
-
Packages that use SVNCapability Package Description org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level. -
-
Uses of SVNCapability in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNCapability Modifier and Type Method Description java.lang.StringDAVConnection. getCapabilityResponse(SVNCapability capability)booleanDAVRepository. hasCapability(SVNCapability capability)voidDAVConnection. setCapability(SVNCapability capability, java.lang.String capResult) -
Uses of SVNCapability in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNCapability Modifier and Type Method Description booleanFSRepository. hasCapability(SVNCapability capability) -
Uses of SVNCapability in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNCapability Modifier and Type Method Description booleanSVNRepositoryImpl. hasCapability(SVNCapability capability) -
Uses of SVNCapability in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as SVNCapability Modifier and Type Field Description static SVNCapabilitySVNCapability. ATOMIC_REVPROPSRepresents the capability of specifying (and atomically verifying) expected preexisting values when modifying revprops.static SVNCapabilitySVNCapability. COMMIT_REVPROPSRepresents the capability of committing revision properties modifications along with a normal transaction.static SVNCapabilitySVNCapability. DEPTHRepresents the capability of the repository to understand what the client means when the client describes the depth of a working copy to the server.static SVNCapabilitySVNCapability. EPHEMERAL_PROPSstatic SVNCapabilitySVNCapability. INHERITED_PROPSstatic SVNCapabilitySVNCapability. LOG_REVPROPSRepresents the capability of retrieving arbitrary revision properties.static SVNCapabilitySVNCapability. MERGE_INFORepresents the capability of the repository to support merge-tracking information.static SVNCapabilitySVNCapability. PARTIAL_REPLAYRepresents the capability of replaying a directory in the repository (partial replay).Methods in org.tmatesoft.svn.core.io with parameters of type SVNCapability Modifier and Type Method Description abstract booleanSVNRepository. hasCapability(SVNCapability capability)Returnstrueif the repository has specifiedcapability.
-