Package | Description |
---|---|
it.jnrpe.plugins |
This package contains the low level object that implements the NRPE protocol.
|
Modifier and Type | Method and Description |
---|---|
PluginDefinition |
PluginDefinition.addOption(PluginOption option)
Adds a new option to the plugin.
|
Modifier and Type | Method and Description |
---|---|
Collection<PluginDefinition> |
PluginRepository.getAllPlugins()
Returns all the plugin definitions managed by this repository.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginRepository.addPluginDefinition(PluginDefinition pluginDef)
Adds a plugin definition to this repository.
|
Constructor and Description |
---|
PluginProxy(IPluginInterface plugin,
PluginDefinition pluginDef)
Instantiate a new plugin proxy.
|
Copyright © 2013. All Rights Reserved.