| Package | Description |
|---|---|
| net.anotheria.moskito.core.plugins |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMoskitoPlugin
Adapter that allows to implement moskito plugins by overriding only the needed methods.
|
class |
NoOpPlugin
A noop plugin is used for generic testing of plugin interface.
|
| Modifier and Type | Method and Description |
|---|---|
MoskitoPlugin |
PluginRepository.getPlugin(java.lang.String name)
Returns loaded plugin by name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<MoskitoPlugin> |
PluginRepository.getPlugins()
Returns all active plugins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PluginRepository.addPlugin(java.lang.String name,
MoskitoPlugin plugin,
PluginConfig config)
Adds a new loaded plugin.
|
Copyright © 2010-2020 anotheria.net. All Rights Reserved.