Interface DiffLine


public interface DiffLine
  • Method Details

    • getCommentIds

      @Nonnull List<Long> getCommentIds()
    • getConflictMarker

      @Nullable ConflictMarker getConflictMarker()
    • getDestination

      int getDestination()
    • getLine

      @Nonnull String getLine()
    • getSource

      int getSource()
    • isConflicting

      boolean isConflicting()
    • isTruncated

      boolean isTruncated()