Class FSPathChangeKind
java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.FSPathChangeKind
- All Implemented Interfaces:
Serializable
The kind of change that occurred on the path.
- Version:
- 1.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
private static final Map
static final FSPathChangeKind
static final FSPathChangeKind
static final FSPathChangeKind
static final FSPathChangeKind
static final FSPathChangeKind
private String
private static final long
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static FSPathChangeKind
fromString
(String changeKindStr) static char
getType
(FSPathChangeKind kind) int
hashCode()
private Object
toString()
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
ACTION_MODIFY
- See Also:
-
ACTION_ADD
- See Also:
-
ACTION_DELETE
- See Also:
-
ACTION_REPLACE
- See Also:
-
ACTION_RESET
- See Also:
-
FS_PATH_CHANGE_MODIFY
-
FS_PATH_CHANGE_ADD
-
FS_PATH_CHANGE_DELETE
-
FS_PATH_CHANGE_REPLACE
-
FS_PATH_CHANGE_RESET
-
myName
-
ACTIONS_TO_CHANGE_KINDS
-
-
Constructor Details
-
FSPathChangeKind
-
-
Method Details