public class BlameLine extends Object implements Serializable
Constructor and Description |
---|
BlameLine(Date date,
String revision,
String author) |
BlameLine(Date date,
String revision,
String author,
String committer) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getCommitter() |
Date |
getDate() |
String |
getRevision() |
void |
setAuthor(String author) |
void |
setCommitter(String committer) |
void |
setDate(Date date) |
void |
setRevision(String revision) |
public BlameLine(Date date, String revision, String author)
date
- of the commitrevision
- of the commitauthor
- will also be used as committer identificationpublic String getRevision()
public void setRevision(String revision)
public String getCommitter()
public void setCommitter(String committer)
Copyright © 2003–2021 The Apache Software Foundation. All rights reserved.