org.tigris.subversion.javahl
Class BlameCallbackImpl.BlameLine

java.lang.Object
  extended by 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
BlameCallbackImpl.BlameLine(long revision, String author, Date changed, String line)
          Constructor
 
Method Summary
 String getAuthor()
           
 Date getChanged()
           
 String getLine()
           
 long getRevision()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BlameCallbackImpl.BlameLine

public BlameCallbackImpl.BlameLine(long revision,
                                   String author,
                                   Date changed,
                                   String line)
Constructor

Parameters:
revision -
author -
changed -
line -
Method Detail

getAuthor

public String getAuthor()
Returns:
Returns the author.

getChanged

public Date getChanged()
Returns:
Returns the date changed.

getLine

public String getLine()
Returns:
Returns the source line content.

getRevision

public long getRevision()
Returns:
Returns the revision.

toString

public String toString()
Overrides:
toString in class Object