Package org.tigris.subversion.javahl
Class BlameCallbackImpl.BlameLine
java.lang.Object
org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
- Enclosing class:
- BlameCallbackImpl
public static class BlameCallbackImpl.BlameLine extends Object
Class represeting one line of the lines, i.e. a blame record
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
getAuthor()
Date
getChanged()
String
getLine()
long
getRevision()
String
toString()
-
Constructor Details
-
BlameLine
Constructor- Parameters:
revision
-author
-changed
-line
-
-
-
Method Details
-
getAuthor
- Returns:
- Returns the author.
-
getChanged
- Returns:
- Returns the date changed.
-
getLine
- Returns:
- Returns the source line content.
-
getRevision
public long getRevision()- Returns:
- Returns the revision.
-
toString
-