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 |
Modifier and Type | Method and Description |
---|---|
static FSPathChangeKind |
FSPathChangeKind.fromString(String changeKindStr) |
FSPathChangeKind |
FSPathChange.getChangeKind() |
Modifier and Type | Method and Description |
---|---|
void |
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) |
Constructor and Description |
---|
FSPathChange(String path,
FSID id,
FSPathChangeKind kind,
boolean textModified,
boolean propsModified,
Boolean mergeInfoModified,
String copyfromPath,
long copyfromRevision,
SVNNodeKind pathKind) |
Copyright © 2018. All rights reserved.