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.
|
Modifier and Type | Method and Description |
---|---|
String |
DAVConnection.getCapabilityResponse(SVNCapability capability) |
boolean |
DAVRepository.hasCapability(SVNCapability capability) |
void |
DAVConnection.setCapability(SVNCapability capability,
String capResult) |
Modifier and Type | Method and Description |
---|---|
boolean |
FSRepository.hasCapability(SVNCapability capability) |
Modifier and Type | Method and Description |
---|---|
boolean |
SVNRepositoryImpl.hasCapability(SVNCapability capability) |
Modifier and Type | Field and Description |
---|---|
static SVNCapability |
SVNCapability.ATOMIC_REVPROPS
Represents the capability of specifying (and atomically verifying) expected
preexisting values when modifying revprops.
|
static SVNCapability |
SVNCapability.COMMIT_REVPROPS
Represents the capability of committing revision properties modifications along with
a normal transaction.
|
static SVNCapability |
SVNCapability.DEPTH
Represents 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 SVNCapability |
SVNCapability.EPHEMERAL_PROPS |
static SVNCapability |
SVNCapability.INHERITED_PROPS |
static SVNCapability |
SVNCapability.LOG_REVPROPS
Represents the capability of retrieving arbitrary revision properties.
|
static SVNCapability |
SVNCapability.MERGE_INFO
Represents the capability of the repository to support merge-tracking
information.
|
static SVNCapability |
SVNCapability.PARTIAL_REPLAY
Represents the capability of replaying a directory in the repository (partial replay).
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
SVNRepository.hasCapability(SVNCapability capability)
Returns
true if the repository has specified capability . |
Copyright © 2018. All rights reserved.