public class TraditionalDiffProvider extends java.lang.Object implements DiffProvider
DiffProvider.NullDiffProviderLATEST_VERSION| Constructor and Description |
|---|
TraditionalDiffProvider()
Constructs the provider.
|
| 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 p1,
java.lang.String p2)
Makes a diff using the BMSI utility package.
|
public TraditionalDiffProvider()
public java.lang.String getProviderInfo()
getProviderInfo in interface WikiProviderWikiProvider.getProviderInfo()public void initialize(Engine engine, java.util.Properties properties) throws NoRequiredPropertyException, java.io.IOException
initialize in interface WikiProviderNoRequiredPropertyExceptionjava.io.IOExceptionWikiProvider.initialize(org.apache.wiki.api.core.Engine, java.util.Properties)public java.lang.String makeDiffHtml(Context ctx, java.lang.String p1, java.lang.String p2)
makeDiffHtml in interface DiffProviderctx - The WikiContext in which the diff should be made.p1 - The first stringp2 - The second string.Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.