Class BlameLine

    • Constructor Detail

      • BlameLine

        public BlameLine​(Date date,
                         String revision,
                         String author)
        Parameters:
        date - of the commit
        revision - of the commit
        author - will also be used as committer identification
      • BlameLine

        public BlameLine​(Date date,
                         String revision,
                         String author,
                         String committer)
        Parameters:
        date - of the commit
        revision - of the commit
        author - the person who wrote the line
        committer - the person who committed the change
    • Method Detail

      • getRevision

        public String getRevision()
      • setRevision

        public void setRevision​(String revision)
      • getAuthor

        public String getAuthor()
      • setAuthor

        public void setAuthor​(String author)
      • getCommitter

        public String getCommitter()
      • setCommitter

        public void setCommitter​(String committer)
      • getDate

        public Date getDate()
        Returns:
        the commit date
      • setDate

        public void setDate​(Date date)