public class

LineChunk

extends Object
implements DiffChunk Serializable
java.lang.Object
   ↳ com.atlassian.confluence.diff.LineChunk

Class Overview

Represents one line of diffed text.

Summary

Public Constructors
LineChunk(DiffType type, List<WordChunk> words)
Public Methods
List<WordChunk> getChildren()
DiffType getType()
String toString()
static LineChunk unchangedChunk(String line)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.diff.DiffChunk

Public Constructors

public LineChunk (DiffType type, List<WordChunk> words)

Public Methods

public List<WordChunk> getChildren ()

public DiffType getType ()

public String toString ()

public static LineChunk unchangedChunk (String line)