com.atlassian.confluence.diff
Class DaisyHtmlDiffer
java.lang.Object
com.atlassian.confluence.diff.DaisyHtmlDiffer
- All Implemented Interfaces:
- Differ
public class DaisyHtmlDiffer
- extends Object
- implements Differ
Daisy HTML diff implementation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DaisyHtmlDiffer
public DaisyHtmlDiffer(Transformer transformer,
List<DiffPostProcessor> postProcessors,
com.atlassian.cache.CacheManager cacheManager,
LocaleManager localeManager)
diff
public String diff(ContentEntityObject leftContent,
ContentEntityObject rightContent)
- Description copied from interface:
Differ
- Computes a diff between the specified left and right input.
- Specified by:
diff
in interface Differ
- Parameters:
leftContent
- left inputrightContent
- right input
- Returns:
- a diff
Copyright © 2003-2012 Atlassian. All Rights Reserved.