public static class DiffProvider.NullDiffProvider extends Object implements DiffProvider
DiffProvider.NullDiffProviderLATEST_VERSION| Constructor and Description |
|---|
NullDiffProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProviderInfo() |
void |
initialize(Engine engine,
Properties properties) |
String |
makeDiffHtml(Context ctx,
String oldWikiText,
String newWikiText)
The return string is to be XHTML compliant ready to display html.
|
public NullDiffProvider()
public String makeDiffHtml(Context ctx, String oldWikiText, String newWikiText)
makeDiffHtml in interface DiffProviderctx - The Wiki ContextoldWikiText - the old textnewWikiText - the new textpublic void initialize(Engine engine, Properties properties) throws NoRequiredPropertyException, IOException
initialize in interface WikiProviderNoRequiredPropertyExceptionIOExceptionpublic String getProviderInfo()
getProviderInfo in interface WikiProviderCopyright © 2001-2020 The Apache Software Foundation. All rights reserved.