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 StringgetAuthor()DategetChanged()StringgetLine()longgetRevision()StringtoString()
-
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
-