Class PathRevision

java.lang.Object
edu.handong.csee.isel.bic.szz.model.PathRevision

public class PathRevision
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    PathRevision()  
    PathRevision​(java.lang.String path, org.eclipse.jgit.revwalk.RevCommit commit)  
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.jgit.revwalk.RevCommit getCommit()  
    java.lang.String getPath()  
    void setCommit​(org.eclipse.jgit.revwalk.RevCommit commit)  
    void setPath​(java.lang.String path)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PathRevision

      public PathRevision()
    • PathRevision

      public PathRevision​(java.lang.String path, org.eclipse.jgit.revwalk.RevCommit commit)
  • Method Details

    • getPath

      public java.lang.String getPath()
    • setPath

      public void setPath​(java.lang.String path)
    • getCommit

      public org.eclipse.jgit.revwalk.RevCommit getCommit()
    • setCommit

      public void setCommit​(org.eclipse.jgit.revwalk.RevCommit commit)