| Package | Description |
|---|---|
| org.apache.subversion.javahl.types | |
| org.tmatesoft.svn.core.javahl17 |
| Modifier and Type | Field and Description |
|---|---|
private ChangePath.Action |
ChangePath.action
'A'dd, 'D'elete, 'R'eplace, 'M'odify
|
| Modifier and Type | Method and Description |
|---|---|
ChangePath.Action |
ChangePath.getAction()
Retrieve action performed
|
static ChangePath.Action |
ChangePath.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChangePath.Action[] |
ChangePath.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChangePath(java.lang.String path,
long copySrcRevision,
java.lang.String copySrcPath,
ChangePath.Action action,
NodeKind nodeKind,
Tristate textMods,
Tristate propMods)
Constructor to be called from the native code
|
| Modifier and Type | Method and Description |
|---|---|
private ChangePath.Action |
SVNClientImpl.getChangePathAction(char type) |