it.jnrpe.plugins
Class PluginRepository
java.lang.Object
it.jnrpe.plugins.PluginRepository
public class PluginRepository
- extends Object
This class represent the repository of all the installed plugins
- Author:
- Massimiliano Ziccardi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginRepository
public PluginRepository()
addPluginDefinition
public void addPluginDefinition(PluginDefinition pluginDef)
getPlugin
public IPluginInterface getPlugin(String sName)
getAllPlugins
public Collection<PluginDefinition> getAllPlugins()
Copyright © 2012. All Rights Reserved.