|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.diff.CharacterChunk
@Deprecated public class CharacterChunk
Represents a group of characters sharing the same diff type - unchanged, added or deleted.
| Constructor Summary | |
|---|---|
CharacterChunk(DiffType type,
String text)
Deprecated. |
|
| Method Summary | |
|---|---|
List<? extends DiffChunk> |
getChildren()
Deprecated. |
String |
getText()
Deprecated. |
DiffType |
getType()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CharacterChunk(DiffType type,
String text)
| Method Detail |
|---|
public DiffType getType()
getType in interface DiffChunkpublic String getText()
public List<? extends DiffChunk> 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 | |||||||||