com.atlassian.confluence.diff
Class LineChunk

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

Deprecated. since 5.7

@Deprecated
public class LineChunk
extends Object
implements DiffChunk, Serializable

Represents one line of diffed text.

See Also:
Serialized Form

Constructor Summary
LineChunk(DiffType type, List<WordChunk> words)
          Deprecated.  
 
Method Summary
 List<WordChunk> getChildren()
          Deprecated.  
 DiffType getType()
          Deprecated.  
 String toString()
          Deprecated.  
static LineChunk unchangedChunk(String line)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LineChunk

public LineChunk(DiffType type,
                 List<WordChunk> words)
Deprecated. 
Method Detail

unchangedChunk

public static LineChunk unchangedChunk(String line)
Deprecated. 

getType

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

getChildren

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