com.atlassian.confluence.diff
Class ConfluenceDiff

java.lang.Object
  extended by com.atlassian.confluence.diff.ConfluenceDiff

public class ConfluenceDiff
extends java.lang.Object

Wraps LineLevelDiffer chunks with Confluence goodness.


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

Constructor Detail

ConfluenceDiff

public ConfluenceDiff(ContentEntityObject originalEntity,
                      ContentEntityObject revisedEntity,
                      boolean ignoreWhitespace)
               throws org.apache.commons.jrcs.diff.DifferentiationFailedException
Throws:
org.apache.commons.jrcs.diff.DifferentiationFailedException

ConfluenceDiff

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

getChunks

public java.util.List<LineChunk> getChunks()

getNumChanges

public int getNumChanges()


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.