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 Details

    • BlameLine

      public BlameLine​(long revision, String author, Date changed, String line)
      Constructor
      Parameters:
      revision -
      author -
      changed -
      line -
  • Method Details