com.atlassian.confluence.diff
Class WordChunk

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

Deprecated. since 5.7

@Deprecated
public class WordChunk
extends Object
implements DiffChunk, Serializable

Represents a single word of diffed text.

See Also:
Serialized Form

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

WordChunk

public WordChunk(DiffType type,
                 List<CharacterChunk> characterChunks)
Deprecated. 

WordChunk

public WordChunk(String word)
Deprecated. 

WordChunk

public WordChunk(DiffType type,
                 String word)
Deprecated. 
Method Detail

getType

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

isChangedChunk

public boolean isChangedChunk()
Deprecated. 

getChildren

public List<CharacterChunk> 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.