public interface InitializablePlugin
This method did not actually work until 2.5.30. The method signature has been changed in 2.6 to reflect the new operation.
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(Engine engine)
Called whenever the plugin is being instantiated for the first time.
|
void initialize(Engine engine) throws PluginException
engine - The Engine.PluginException - If something goes wrong.Copyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.