Interface WikiProvider

    • Method Detail

      • initialize

        default void initialize​(Engine engine,
                                java.util.Properties properties)
                         throws NoRequiredPropertyException,
                                java.io.IOException
        Deprecated.
        Initializes the page provider.
        Specified by:
        initialize in interface WikiProvider
        Parameters:
        engine - Engine to own this provider
        properties - A set of properties used to initialize this provider
        Throws:
        NoRequiredPropertyException - If the provider needs a property which is not found in the property set
        java.io.IOException - If there is an IO problem
      • initialize

        default void initialize​(WikiEngine engine,
                                java.util.Properties properties)
                         throws NoRequiredPropertyException,
                                java.io.IOException
        Deprecated.
        Initializes the page provider.
        Parameters:
        engine - Engine to own this provider
        properties - A set of properties used to initialize this provider
        Throws:
        NoRequiredPropertyException - If the provider needs a property which is not found in the property set
        java.io.IOException - If there is an IO problem