|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.io.SVNCapability
public class SVNCapability
This class contains enumeration that describes the repository capabilities or, in other words, features that the repository may be capable of.
Field Summary | |
---|---|
static SVNCapability |
COMMIT_REVPROPS
Represents the capability of committing revision properties modifications along with a normal transaction. |
static 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 |
LOG_REVPROPS
Represents the capability of retrieving arbitrary revision properties. |
static SVNCapability |
MERGE_INFO
Represents the capability of the repository to support merge-tracking information. |
static SVNCapability |
PARTIAL_REPLAY
Represents the capability of replaying a directory in the repository (partial replay). |
Method Summary | |
---|---|
java.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 Detail |
---|
public static final SVNCapability DEPTH
public static final SVNCapability MERGE_INFO
public static final SVNCapability LOG_REVPROPS
public static final SVNCapability PARTIAL_REPLAY
public static final SVNCapability COMMIT_REVPROPS
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |