com.atlassian.confluence.diff
Class ConfluenceDiff

java.lang.Object
  extended by com.atlassian.confluence.diff.ConfluenceDiff
All Implemented Interfaces:
Serializable

Deprecated. since 5.7. See Differ

@Deprecated
public class ConfluenceDiff
extends Object
implements Serializable

Wraps LineLevelDiffer chunks with Confluence goodness.

See Also:
Serialized Form

Constructor Summary
ConfluenceDiff(ContentEntityObject originalEntity, ContentEntityObject revisedEntity)
          Deprecated.  
ConfluenceDiff(ContentEntityObject original, ContentEntityObject revised, boolean ignoreWhitespace)
          Deprecated.  
 
Method Summary
 List<ChangeChunk> getChunks()
          Deprecated.  
 int getNumChanges()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluenceDiff

public ConfluenceDiff(ContentEntityObject original,
                      ContentEntityObject revised,
                      boolean ignoreWhitespace)
               throws org.apache.commons.jrcs.diff.DifferentiationFailedException
Deprecated. 
Throws:
org.apache.commons.jrcs.diff.DifferentiationFailedException

ConfluenceDiff

public ConfluenceDiff(ContentEntityObject originalEntity,
                      ContentEntityObject revisedEntity)
               throws org.apache.commons.jrcs.diff.DifferentiationFailedException
Deprecated. 
Throws:
org.apache.commons.jrcs.diff.DifferentiationFailedException
Method Detail

getChunks

public List<ChangeChunk> getChunks()
Deprecated. 

getNumChanges

public int getNumChanges()
Deprecated. 


Copyright © 2003–2015 Atlassian. All rights reserved.