|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.diff.WordChunk
@Deprecated public class WordChunk
Represents a single word of diffed text.
| Constructor Summary | |
|---|---|
WordChunk(DiffType type,
List<CharacterChunk> characterChunks)
Deprecated. |
|
WordChunk(DiffType type,
String word)
Deprecated. |
|
WordChunk(String word)
Deprecated. |
|
| Method Summary | |
|---|---|
List<CharacterChunk> |
getChildren()
Deprecated. |
DiffType |
getType()
Deprecated. |
boolean |
isChangedChunk()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WordChunk(DiffType type,
List<CharacterChunk> characterChunks)
public WordChunk(String word)
public WordChunk(DiffType type,
String word)
| Method Detail |
|---|
public DiffType getType()
getType in interface DiffChunkpublic boolean isChangedChunk()
public List<CharacterChunk> getChildren()
getChildren in interface DiffChunkpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||