com.ecyrd.jspwiki.diff
Class DifferenceManager
java.lang.Object
com.ecyrd.jspwiki.diff.DifferenceManager
public class DifferenceManager
- extends Object
Load, initialize and delegate to the DiffProvider that will actually do the work.
- Author:
- John Volkar
Method Summary |
String |
makeDiff(String firstWikiText,
String secondWikiText)
Returns valid XHTML string to be used in any way you please. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_DIFF_PROVIDER
public static final String PROP_DIFF_PROVIDER
- See Also:
- Constant Field Values
DifferenceManager
public DifferenceManager(WikiEngine engine,
Properties props)
makeDiff
public String makeDiff(String firstWikiText,
String secondWikiText)
- Returns valid XHTML string to be used in any way you please.
- Returns:
- XHTML, or empty string, if no difference detected.