org.tigris.subversion.javahl
Class ChangePath

java.lang.Object
  extended by org.tigris.subversion.javahl.ChangePath
All Implemented Interfaces:
java.io.Serializable

public class ChangePath
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Method Summary
 char getAction()
          Retrieve action performed
 java.lang.String getCopySrcPath()
          Retrieve the copy source path (if any)
 long getCopySrcRevision()
          Retrieve the copy source revision (if any)
 java.lang.String getPath()
          Retrieve the path to the commited item
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPath

public java.lang.String getPath()
Retrieve the path to the commited item

Returns:
the path to the commited item

getCopySrcRevision

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

Returns:
the copy source revision (if any)

getCopySrcPath

public java.lang.String 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