com.atlassian.confluence.diff
Class CharacterChunk
java.lang.Object
com.atlassian.confluence.diff.CharacterChunk
- All Implemented Interfaces:
- DiffChunk, java.io.Serializable
public class CharacterChunk
- extends java.lang.Object
- implements DiffChunk, java.io.Serializable
Represents a group of characters sharing the same diff type - unchanged, added or deleted.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CharacterChunk
public CharacterChunk(DiffType type,
java.lang.String text)
getType
public DiffType getType()
- Specified by:
getType
in interface DiffChunk
getText
public java.lang.String getText()
getChildren
public java.util.List<? extends DiffChunk> 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.