public class ChangePath extends Object implements Serializable, Comparable
| Constructor and Description |
|---|
ChangePath(ChangePath aChangePath)
A backward-compat constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object other) |
char |
getAction()
Retrieve action performed
|
String |
getCopySrcPath()
Retrieve the copy source path (if any)
|
long |
getCopySrcRevision()
Retrieve the copy source revision (if any)
|
int |
getNodeKind()
Retrieve the node kind
|
String |
getPath()
Retrieve the path to the committed item
|
public ChangePath(ChangePath aChangePath)
public int compareTo(Object other)
compareTo in interface Comparablepublic String getPath()
public long getCopySrcRevision()
public String getCopySrcPath()
public char getAction()
public int getNodeKind()
Copyright © 2025. All rights reserved.