Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSPathChangeKind
Packages that use FSPathChangeKind
-
Uses of FSPathChangeKind in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSPathChangeKindModifier and TypeFieldDescriptionstatic final FSPathChangeKind
FSPathChangeKind.FS_PATH_CHANGE_ADD
static final FSPathChangeKind
FSPathChangeKind.FS_PATH_CHANGE_DELETE
static final FSPathChangeKind
FSPathChangeKind.FS_PATH_CHANGE_MODIFY
static final FSPathChangeKind
FSPathChangeKind.FS_PATH_CHANGE_REPLACE
static final FSPathChangeKind
FSPathChangeKind.FS_PATH_CHANGE_RESET
private FSPathChangeKind
FSPathChange.myChangeKind
Methods in org.tmatesoft.svn.core.internal.io.fs that return FSPathChangeKindModifier and TypeMethodDescriptionstatic FSPathChangeKind
FSPathChangeKind.fromString
(String changeKindStr) FSPathChange.getChangeKind()
Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSPathChangeKindModifier and TypeMethodDescriptionvoid
FSCommitter.addChange
(String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, String copyFromPath, SVNNodeKind kind) static char
FSPathChangeKind.getType
(FSPathChangeKind kind) void
FSPathChange.setChangeKind
(FSPathChangeKind changeKind) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSPathChangeKindModifierConstructorDescriptionFSPathChange
(String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, Boolean mergeInfoModified, String copyfromPath, long copyfromRevision, SVNNodeKind pathKind)