|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.jnrpe.plugins.PluginRepository
public class PluginRepository
This class represent the repository of all the installed plugins.
| Constructor Summary | |
|---|---|
PluginRepository()
|
|
| Method Summary | |
|---|---|
void |
addPluginDefinition(PluginDefinition pluginDef)
Adds a plugin definition to this repository. |
Collection<PluginDefinition> |
getAllPlugins()
Returns all the plugin definitions managed by this repository. |
IPluginInterface |
getPlugin(String sName)
Returns an instance of the plugin declared inside the plugin definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginRepository()
| Method Detail |
|---|
public final void addPluginDefinition(PluginDefinition pluginDef)
pluginDef - The plugin definition to be added.public final IPluginInterface getPlugin(String sName)
sName - The name of the plugin to be instantiated.
public final Collection<PluginDefinition> getAllPlugins()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||