com.atlassian.confluence.diff
Class CharacterChunk

java.lang.Object
  extended by com.atlassian.confluence.diff.CharacterChunk
All Implemented Interfaces:
DiffChunk, Serializable

Deprecated. since 5.7

@Deprecated
public class CharacterChunk
extends Object
implements DiffChunk, Serializable

Represents a group of characters sharing the same diff type - unchanged, added or deleted.

See Also:
Serialized Form

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

CharacterChunk

public CharacterChunk(DiffType type,
                      String text)
Deprecated. 
Method Detail

getType

public DiffType getType()
Deprecated. 
Specified by:
getType in interface DiffChunk

getText

public String getText()
Deprecated. 

getChildren

public List<? extends DiffChunk> getChildren()
Deprecated. 
Specified by:
getChildren in interface DiffChunk

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2003–2015 Atlassian. All rights reserved.