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