Package com.inet.plugin
package com.inet.plugin
Provides a comprehensive plugin framework for extending server functionality.
This package includes the core interfaces and classes for managing server plugins,
including ServerPlugin for plugin entry points and ServerPluginManager
for plugin lifecycle management.
The framework supports:
- Dynamic loading and unloading of plugins
- Extension registration and management
- Plugin dependencies and versioning
- Plugin lifecycle management (init, reset, restart)
- Internationalization support
- Help system integration
-
ClassDescriptionThis interface is intended to simplify the selection of a certain extension out of a pool of extensions.A filter for loading plugins.This interface must be implemented by server plugin entry points.The ServerPluginManager is the central point in the server for the plugin framework.Possible cause why a plugin was not loaded.The state the plugin manager is in: whether before initialization, currently registering plugins, initialized, or resetting