org.tigris.subversion.javahl
Class CommitItem
java.lang.Object
org.tigris.subversion.javahl.CommitItem
public class CommitItem
extends java.lang.Object
this class describes a item which will be commited.
String | getCopyUrl() - Returns the source url if the item is copied
|
int | getNodeKind() - return the node kind of the commit item
|
String | getPath() - retrieve the path of the commit item
|
long | getRevision() - Returns the revision number
|
int | getStateFlags() - return the kind of change for the commit item.
|
String | getUrl() - Returns the url of the item
|
getCopyUrl
public String getCopyUrl()
Returns the source url if the item is copied
getNodeKind
public int getNodeKind()
return the node kind of the commit item
- the node kind. Look at the NodeKind class.
getPath
public String getPath()
retrieve the path of the commit item
getRevision
public long getRevision()
Returns the revision number
getStateFlags
public int getStateFlags()
return the kind of change for the commit item.
- the state flags. Look at the CommitItemStateFlags interface.
getUrl
public String getUrl()
Returns the url of the item