Package org.tigris.subversion.javahl
Class BlameCallbackImpl.BlameLine
java.lang.Object
org.tigris.subversion.javahl.BlameCallbackImpl.BlameLine
- Enclosing class:
- BlameCallbackImpl
Class represeting one line of the lines, i.e. a blame record
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLine()
long
private void
pad
(StringBuffer sb, String val, int len) Left pad the input string to a given length, to simulate printf()- style output.toString()
-
Field Details
-
revision
private long revision -
author
-
changed
-
line
-
-
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
-
pad
Left pad the input string to a given length, to simulate printf()- style output. This method appends the output to the class sb member.- Parameters:
sb
- StringBuffer to append toval
- the input stringlen
- the minimum length to pad to
-