Package | Description |
---|---|
org.apache.subversion.javahl.types |
Modifier and Type | Method and Description |
---|---|
Tristate |
ChangePath.getPropMods()
Retrieve whether the properties were modified.
|
Tristate |
ChangePath.getTextMods()
Retrieve whether the text was modified.
|
static Tristate |
Tristate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tristate[] |
Tristate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ChangePath(String path,
long copySrcRevision,
String copySrcPath,
ChangePath.Action action,
NodeKind nodeKind,
Tristate textMods,
Tristate propMods)
Constructor to be called from the native code
|
Copyright © 2018. All rights reserved.