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