Uses of Class
org.tmatesoft.svn.core.internal.io.fs.FSPathChangeKind
-
Packages that use FSPathChangeKind Package Description org.tmatesoft.svn.core.internal.io.fs -
-
Uses of FSPathChangeKind in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as FSPathChangeKind Modifier and Type Field Description static FSPathChangeKindFSPathChangeKind. FS_PATH_CHANGE_ADDstatic FSPathChangeKindFSPathChangeKind. FS_PATH_CHANGE_DELETEstatic FSPathChangeKindFSPathChangeKind. FS_PATH_CHANGE_MODIFYstatic FSPathChangeKindFSPathChangeKind. FS_PATH_CHANGE_REPLACEstatic FSPathChangeKindFSPathChangeKind. FS_PATH_CHANGE_RESETprivate FSPathChangeKindFSPathChange. myChangeKindMethods in org.tmatesoft.svn.core.internal.io.fs that return FSPathChangeKind Modifier and Type Method Description static FSPathChangeKindFSPathChangeKind. fromString(java.lang.String changeKindStr)FSPathChangeKindFSPathChange. getChangeKind()Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type FSPathChangeKind Modifier and Type Method Description voidFSCommitter. 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 FSPathChangeKind Constructor Description FSPathChange(java.lang.String path, FSID id, FSPathChangeKind kind, boolean textModified, boolean propsModified, java.lang.Boolean mergeInfoModified, java.lang.String copyfromPath, long copyfromRevision, SVNNodeKind pathKind)
-