Package org.tmatesoft.svn.core.io
Class SVNCapability
java.lang.Object
org.tmatesoft.svn.core.io.SVNCapability
public class SVNCapability
extends java.lang.Object
This class contains enumeration that describes the repository capabilities or,
in other words, features that the repository may be capable of.
- Since:
- 1.2
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SVNCapability
Represents the capability of specifying (and atomically verifying) expected preexisting values when modifying revprops.static final SVNCapability
Represents the capability of committing revision properties modifications along with a normal transaction.static final SVNCapability
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 final SVNCapability
static final SVNCapability
static final SVNCapability
Represents the capability of retrieving arbitrary revision properties.static final SVNCapability
Represents the capability of the repository to support merge-tracking information.private java.lang.String
static final SVNCapability
Represents the capability of replaying a directory in the repository (partial replay). -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
toString()
Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
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. -
MERGE_INFO
Represents the capability of the repository to support merge-tracking information. -
LOG_REVPROPS
Represents the capability of retrieving arbitrary revision properties. -
PARTIAL_REPLAY
Represents the capability of replaying a directory in the repository (partial replay). -
COMMIT_REVPROPS
Represents the capability of committing revision properties modifications along with a normal transaction. -
ATOMIC_REVPROPS
Represents the capability of specifying (and atomically verifying) expected preexisting values when modifying revprops. -
INHERITED_PROPS
-
EPHEMERAL_PROPS
-
myName
private java.lang.String myName
-
-
Constructor Details
-
SVNCapability
private SVNCapability(java.lang.String name)
-
-
Method Details
-
toString
public java.lang.String toString()Returns a string representation of this object.- Overrides:
toString
in classjava.lang.Object
- Returns:
- this object's string representation
-