|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.subversion.javahl.CommitItem
public class CommitItem
This class describes a item which will be committed.
| Nested Class Summary | |
|---|---|
static class |
CommitItem.StateFlags
the class for the commit item state flags. |
| Constructor Summary | |
|---|---|
CommitItem(String p,
NodeKind nk,
int sf,
String u,
String cu,
long r)
This constructor will be only called from the jni code. |
|
| Method Summary | |
|---|---|
String |
getCopyUrl()
Returns the source url if the item is copied |
NodeKind |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommitItem(String p,
NodeKind nk,
int sf,
String u,
String cu,
long r)
p - path to the commit itemnk - kind of node (see NodeKind)sf - state flags (see StateFlags)u - url of the itemcu - copy source urlr - revision number| Method Detail |
|---|
public String getPath()
public NodeKind getNodeKind()
public int getStateFlags()
public String getUrl()
public String getCopyUrl()
public long getRevision()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||