|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.javahl.CommitItem
public class CommitItem
this class describes a item which will be commited.
Nested Class Summary | |
---|---|
static class |
CommitItem.StateFlags
the class for the commit item state flags. |
Method Summary | |
---|---|
java.lang.String |
getCopyUrl()
Returns the source url if the item is copied |
int |
getNodeKind()
return the node kind of the commit item |
java.lang.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. |
java.lang.String |
getUrl()
Returns the url of the item |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getPath()
public int getNodeKind()
public int getStateFlags()
public java.lang.String getUrl()
public java.lang.String getCopyUrl()
public long getRevision()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |