| java.lang.Object org.tigris.subversion.javahl.ChangePath
ChangePath | public class ChangePath (Code) | | |
ChangePath | ChangePath(String path, long copySrcRevision, String copySrcPath, char action)(Code) | | Constructor to be called from the native code
Parameters: path - path of the commit item Parameters: copySrcRevision - copy source revision (if any) Parameters: copySrcPath - copy source path (if any) Parameters: action - action performed |
getAction | public char getAction()(Code) | | Retrieve action performed
action performed |
getCopySrcPath | public String getCopySrcPath()(Code) | | Retrieve the copy source path (if any)
the copy source path (if any) |
getCopySrcRevision | public long getCopySrcRevision()(Code) | | Retrieve the copy source revision (if any)
the copy source revision (if any) |
getPath | public String getPath()(Code) | | Retrieve the path to the commited item
the path to the commited item |
|
|