it.jnrpe.plugins
Class PluginRepository

java.lang.Object
  extended by it.jnrpe.plugins.PluginRepository

public class PluginRepository
extends Object

This class represent the repository of all the installed plugins

Author:
Massimiliano Ziccardi

Constructor Summary
PluginRepository()
           
 
Method Summary
 void addPluginDefinition(PluginDefinition pluginDef)
           
 Collection<PluginDefinition> getAllPlugins()
           
 IPluginInterface getPlugin(String sName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginRepository

public PluginRepository()
Method Detail

addPluginDefinition

public void addPluginDefinition(PluginDefinition pluginDef)

getPlugin

public IPluginInterface getPlugin(String sName)

getAllPlugins

public Collection<PluginDefinition> getAllPlugins()


Copyright © 2011. All Rights Reserved.