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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprivate static final Mapstatic final FSPathChangeKindstatic final FSPathChangeKindstatic final FSPathChangeKindstatic final FSPathChangeKindstatic final FSPathChangeKindprivate Stringprivate static final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic FSPathChangeKindfromString(String changeKindStr) static chargetType(FSPathChangeKind kind) inthashCode()private ObjecttoString()
-
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