|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.subversion.javahl.CommitInfo
public class CommitInfo
This class describes a item which will be committed.
| Constructor Summary | |
|---|---|
CommitInfo(long rev,
String d,
String a,
String pce,
String rr)
This constructor will be only called from the jni code. |
|
| Method Summary | |
|---|---|
String |
getAuthor()
return the author of the commit |
Date |
getDate()
return the date of the commit |
String |
getPostCommitError()
return any post commit error for the commit |
String |
getReposRoot()
return the repos root |
long |
getRevision()
retrieve the revision of the commit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommitInfo(long rev,
String d,
String a,
String pce,
String rr)
throws ParseException
ParseException| Method Detail |
|---|
public long getRevision()
public Date getDate()
public String getAuthor()
public String getPostCommitError()
public String getReposRoot()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||