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