com.atlassian.confluence.diff
Class CharacterChunk
java.lang.Object
com.atlassian.confluence.diff.CharacterChunk
- All Implemented Interfaces:
- DiffChunk
public class CharacterChunk
- extends java.lang.Object
- implements DiffChunk
Represents a group of characters sharing the same diff type - unchanged, added or deleted.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CharacterChunk
public CharacterChunk(DiffType type,
java.lang.String text)
getType
public DiffType getType()
- Specified by:
getType
in interface DiffChunk
getText
public java.lang.String getText()
- Specified by:
getText
in interface DiffChunk
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.