org.tigris.subversion.javahl

Class ChangePath


public class ChangePath
extends java.lang.Object

Method Summary

char
getAction()
Retrieve action performed
String
getCopySrcPath()
Retrieve the copy source path (if any)
long
getCopySrcRevision()
Retrieve the copy source revision (if any)
String
getPath()
Retrieve the path to the commited item

Method Details

getAction

public char getAction()
Retrieve action performed
Returns:
action performed

getCopySrcPath

public String getCopySrcPath()
Retrieve the copy source path (if any)
Returns:
the copy source path (if any)

getCopySrcRevision

public long getCopySrcRevision()
Retrieve the copy source revision (if any)
Returns:
the copy source revision (if any)

getPath

public String getPath()
Retrieve the path to the commited item
Returns:
the path to the commited item