public class ChangePath extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ChangePath.Action
Actions which may have occurred to this path.
|
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
|
Modifier and Type | Method and Description |
---|---|
ChangePath.Action |
getAction()
Retrieve action performed
|
String |
getCopySrcPath()
Retrieve the copy source path (if any)
|
long |
getCopySrcRevision()
Retrieve the copy source revision (if any)
|
NodeKind |
getNodeKind()
Retrieve the node kind
|
String |
getPath()
Retrieve the path to the committed item
|
Tristate |
getPropMods()
Retrieve whether the properties were modified.
|
Tristate |
getTextMods()
Retrieve whether the text was modified.
|
public ChangePath(String path, long copySrcRevision, String copySrcPath, ChangePath.Action action, NodeKind nodeKind, Tristate textMods, Tristate propMods)
path
- path of the commit itemcopySrcRevision
- copy source revision (if any)copySrcPath
- copy source path (if any)action
- action performednodeKind
- the kind of the changed pathpublic String getPath()
public long getCopySrcRevision()
public String getCopySrcPath()
public ChangePath.Action getAction()
public NodeKind getNodeKind()
public Tristate getTextMods()
public Tristate getPropMods()
Copyright © 2023. All rights reserved.