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 FSPathChangeKindFSPathChangeKind.FS_PATH_CHANGE_ADDstatic final FSPathChangeKindFSPathChangeKind.FS_PATH_CHANGE_DELETEstatic final FSPathChangeKindFSPathChangeKind.FS_PATH_CHANGE_MODIFYstatic final FSPathChangeKindFSPathChangeKind.FS_PATH_CHANGE_REPLACEstatic final FSPathChangeKindFSPathChangeKind.FS_PATH_CHANGE_RESETprivate FSPathChangeKindFSPathChange.myChangeKindMethods in org.tmatesoft.svn.core.internal.io.fs that return FSPathChangeKindModifier and TypeMethodDescriptionstatic FSPathChangeKindFSPathChangeKind.fromString(java.lang.String changeKindStr) FSPathChange.getChangeKind()Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSPathChangeKindModifier and TypeMethodDescriptionvoidFSCommitter.addChange(java.lang.String path, FSID id, FSPathChangeKind changeKind, boolean textModified, boolean propsModified, boolean mergeInfoModified, long copyFromRevision, java.lang.String copyFromPath, SVNNodeKind kind) static charFSPathChangeKind.getType(FSPathChangeKind kind) voidFSPathChange.setChangeKind(FSPathChangeKind changeKind) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSPathChangeKindModifierConstructorDescriptionFSPathChange(java.lang.String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, java.lang.Boolean mergeInfoModified, java.lang.String copyfromPath, long copyfromRevision, SVNNodeKind pathKind)