com.atlassian.confluence.diff
Class LineChunk
java.lang.Object
com.atlassian.confluence.diff.LineChunk
- All Implemented Interfaces:
- DiffChunk
public class LineChunk
- extends Object
- implements DiffChunk
Represents one line of diffed text.
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-2011 Atlassian. All Rights Reserved.