com.atlassian.confluence.diff
Class LineChunk
java.lang.Object
com.atlassian.confluence.diff.LineChunk
- All Implemented Interfaces:
- DiffChunk, Serializable
public class LineChunk
- extends Object
- implements DiffChunk, Serializable
Represents one line of diffed text.
- See Also:
- Serialized Form
LineChunk
public LineChunk(DiffType type,
List<WordChunk> words)
unchangedChunk
public static LineChunk unchangedChunk(String line)
getType
public DiffType getType()
- Specified by:
getType
in interface DiffChunk
getChildren
public List<WordChunk> getChildren()
- Specified by:
getChildren
in interface DiffChunk
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003-2013 Atlassian. All Rights Reserved.