|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginRepository | |
|---|---|
| it.jnrpe | This package contains the JNRPE engine. |
| it.jnrpe.commands | This package contains the JNRPE engine. |
| it.jnrpe.utils | In this package you'll find all the classes you need to interact to to create plugins. |
| Uses of PluginRepository in it.jnrpe |
|---|
| Constructors in it.jnrpe with parameters of type PluginRepository | |
|---|---|
JNRPE(PluginRepository pluginRepository,
CommandRepository commandRepository)
Initializes the JNRPE worker. |
|
| Uses of PluginRepository in it.jnrpe.commands |
|---|
| Constructors in it.jnrpe.commands with parameters of type PluginRepository | |
|---|---|
CommandInvoker(PluginRepository pluginRepository,
CommandRepository commandRepository,
Set<IJNRPEEventListener> vListeners)
Builds and initializes the CommandInvoker object. |
|
| Uses of PluginRepository in it.jnrpe.utils |
|---|
| Methods in it.jnrpe.utils with parameters of type PluginRepository | |
|---|---|
static void |
PluginRepositoryUtil.loadFromXmlPluginPackageDefinitions(PluginRepository repo,
ClassLoader cl,
InputStream in)
Loads a full repository definition from an XML file |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||