com.atlassian.confluence.diff
Class CharacterChunk
java.lang.Object
  
com.atlassian.confluence.diff.CharacterChunk
- All Implemented Interfaces: 
 - DiffChunk, Serializable
 
public class CharacterChunk
- extends Object
- implements DiffChunk, Serializable
  
Represents a group of characters sharing the same diff type - unchanged, added or deleted.
- See Also:
 - Serialized Form
 
 
 
 
CharacterChunk
public CharacterChunk(DiffType type,
                      String text)
getType
public DiffType getType()
- Specified by:
 getType in interface DiffChunk
 
 
getText
public String getText()
 
 
getChildren
public List<? extends DiffChunk> getChildren()
- Specified by:
 getChildren in interface DiffChunk
 
 
toString
public String toString()
- Overrides:
 toString in class Object