com.atlassian.confluence.diff
Class ConfluenceDiff
java.lang.Object
com.atlassian.confluence.diff.ConfluenceDiff
public class ConfluenceDiff
- extends Object
Wraps LineLevelDiffer chunks with Confluence goodness.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfluenceDiff
public ConfluenceDiff(ContentEntityObject original,
ContentEntityObject revised,
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
getChunks
public List<ChangeChunk> getChunks()
getNumChanges
public int getNumChanges()