org.tigris.subversion.javahl
public class CommitItem extends Object
Nested Class Summary | |
---|---|
static class | CommitItem.StateFlags
the class for the commit item state flags. |
Method Summary | |
---|---|
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 |
Returns: source url
Returns: the node kind. Look at the NodeKind class.
Returns: the path.
Returns: revision number
Returns: the state flags. Look at the CommitItemStateFlags interface.
Returns: url