Package org.apache.subversion.javahl
Class CommitInfo
java.lang.Object
org.apache.subversion.javahl.CommitInfo
- All Implemented Interfaces:
Serializable
public class CommitInfo extends Object implements Serializable
This class describes a item which will be committed.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CommitInfo(long rev, String d, String a, String pce, String rr)
This constructor will be only called from the jni code. -
Method Summary
Modifier and Type Method Description String
getAuthor()
return the author of the commitDate
getDate()
return the date of the commitString
getPostCommitError()
return any post commit error for the commitString
getReposRoot()
return the repos rootlong
getRevision()
retrieve the revision of the commit
-
Constructor Details
-
CommitInfo
This constructor will be only called from the jni code.- Throws:
ParseException
-
-
Method Details
-
getRevision
public long getRevision()retrieve the revision of the commit -
getDate
return the date of the commit -
getAuthor
return the author of the commit -
getPostCommitError
return any post commit error for the commit -
getReposRoot
return the repos root
-