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