com.atlassian.confluence.diff
Class WordChunk
java.lang.Object
   com.atlassian.confluence.diff.WordChunk
com.atlassian.confluence.diff.WordChunk
- All Implemented Interfaces: 
- DiffChunk
- public class WordChunk 
- extends Object- implements DiffChunk
 
 
 
WordChunk
public WordChunk(DiffType type,
                 String text)
WordChunk
public WordChunk(DiffType type,
                 List<CharacterChunk> characterChunks)
getType
public DiffType getType()
- 
- Specified by:
- getTypein interface- DiffChunk
 
- 
 
getText
public String getText()
- 
- Specified by:
- getTextin interface- DiffChunk
 
- 
 
isChangedChunk
public boolean isChangedChunk()
- 
 
- 
 
getCharacterChunks
public List<CharacterChunk> getCharacterChunks()
- 
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-