WikiProvider.@Deprecated public interface WikiProvider extends WikiProvider
WikiProviderLATEST_VERSION| Modifier and Type | Method and Description |
|---|---|
default void |
initialize(Engine engine,
java.util.Properties properties)
Deprecated.
Initializes the page provider.
|
default void |
initialize(WikiEngine engine,
java.util.Properties properties)
Deprecated.
Initializes the page provider.
|
getProviderInfodefault void initialize(Engine engine, java.util.Properties properties) throws NoRequiredPropertyException, java.io.IOException
initialize in interface WikiProviderengine - Engine to own this providerproperties - A set of properties used to initialize this providerNoRequiredPropertyException - If the provider needs a property which is not found in the property setjava.io.IOException - If there is an IO problemdefault void initialize(WikiEngine engine, java.util.Properties properties) throws NoRequiredPropertyException, java.io.IOException
engine - Engine to own this providerproperties - A set of properties used to initialize this providerNoRequiredPropertyException - If the provider needs a property which is not found in the property setjava.io.IOException - If there is an IO problemCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.