org.apache.subversion.javahl
Class CommitInfo

java.lang.Object
  extended by 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
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

CommitInfo

public CommitInfo(long rev,
                  String d,
                  String a,
                  String pce,
                  String rr)
           throws ParseException
This constructor will be only called from the jni code.

Throws:
ParseException
Method Detail

getRevision

public long getRevision()
retrieve the revision of the commit


getDate

public Date getDate()
return the date of the commit


getAuthor

public String getAuthor()
return the author of the commit


getPostCommitError

public String getPostCommitError()
return any post commit error for the commit


getReposRoot

public String getReposRoot()
return the repos root