public class

ConfluenceDiff

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.confluence.diff.ConfluenceDiff

Class Overview

Wraps LineLevelDiffer chunks with Confluence goodness.

Summary

Public Constructors
ConfluenceDiff(ContentEntityObject original, ContentEntityObject revised, boolean ignoreWhitespace)
ConfluenceDiff(ContentEntityObject originalEntity, ContentEntityObject revisedEntity)
Public Methods
List<ChangeChunk> getChunks()
int getNumChanges()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ConfluenceDiff (ContentEntityObject original, ContentEntityObject revised, boolean ignoreWhitespace)

Throws
DifferentiationFailedException

public ConfluenceDiff (ContentEntityObject originalEntity, ContentEntityObject revisedEntity)

Throws
DifferentiationFailedException

Public Methods

public List<ChangeChunk> getChunks ()

public int getNumChanges ()