Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.fs |
Modifier and Type | Field and Description |
---|---|
static FSPathChangeKind |
FSPathChangeKind.FS_PATH_CHANGE_ADD |
static FSPathChangeKind |
FSPathChangeKind.FS_PATH_CHANGE_DELETE |
static FSPathChangeKind |
FSPathChangeKind.FS_PATH_CHANGE_MODIFY |
static FSPathChangeKind |
FSPathChangeKind.FS_PATH_CHANGE_REPLACE |
static FSPathChangeKind |
FSPathChangeKind.FS_PATH_CHANGE_RESET |
private FSPathChangeKind |
FSPathChange.myChangeKind |
Modifier and Type | Method and Description |
---|---|
static FSPathChangeKind |
FSPathChangeKind.fromString(java.lang.String changeKindStr) |
FSPathChangeKind |
FSPathChange.getChangeKind() |
Modifier and Type | Method and Description |
---|---|
void |
FSCommitter.addChange(java.lang.String path,
FSID id,
FSPathChangeKind changeKind,
boolean textModified,
boolean propsModified,
boolean mergeInfoModified,
long copyFromRevision,
java.lang.String copyFromPath,
SVNNodeKind kind) |
static char |
FSPathChangeKind.getType(FSPathChangeKind kind) |
void |
FSPathChange.setChangeKind(FSPathChangeKind changeKind) |
Constructor and 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) |