Package org.tigris.subversion.javahl
Class ChangePath
java.lang.Object
org.tigris.subversion.javahl.ChangePath
- All Implemented Interfaces:
Serializable,Comparable
public class ChangePath extends Object implements Serializable, Comparable
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ChangePath(ChangePath aChangePath)A backward-compat constructor. -
Method Summary
Modifier and Type Method Description intcompareTo(Object other)chargetAction()Retrieve action performedStringgetCopySrcPath()Retrieve the copy source path (if any)longgetCopySrcRevision()Retrieve the copy source revision (if any)intgetNodeKind()Retrieve the node kindStringgetPath()Retrieve the path to the committed item
-
Constructor Details
-
ChangePath
A backward-compat constructor.
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable
-
getPath
Retrieve the path to the committed item- Returns:
- the path to the committed item
-
getCopySrcRevision
public long getCopySrcRevision()Retrieve the copy source revision (if any)- Returns:
- the copy source revision (if any)
-
getCopySrcPath
Retrieve the copy source path (if any)- Returns:
- the copy source path (if any)
-
getAction
public char getAction()Retrieve action performed- Returns:
- action performed
-
getNodeKind
public int getNodeKind()Retrieve the node kind- Returns:
- the node kind
-