Uses of Class
it.jnrpe.plugins.PluginDefinition

Packages that use PluginDefinition
it.jnrpe.plugins This package contains the low level object that implements the NRPE protocol. 
it.jnrpe.utils In this package you'll find all the classes you need to interact to to create plugins. 
 

Uses of PluginDefinition in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that return PluginDefinition
 PluginDefinition PluginDefinition.addOption(PluginOption option)
          Adds a new option to the plugin.
 

Methods in it.jnrpe.plugins that return types with arguments of type PluginDefinition
 Collection<PluginDefinition> PluginRepository.getAllPlugins()
          Returns all the plugin definitions managed by this repository.
 

Methods in it.jnrpe.plugins with parameters of type PluginDefinition
 void PluginRepository.addPluginDefinition(PluginDefinition pluginDef)
          Adds a plugin definition to this repository.
 

Constructors in it.jnrpe.plugins with parameters of type PluginDefinition
PluginProxy(IPluginInterface plugin, PluginDefinition pluginDef)
          Instantiate a new plugin proxy.
 

Uses of PluginDefinition in it.jnrpe.utils
 

Methods in it.jnrpe.utils that return PluginDefinition
static PluginDefinition PluginRepositoryUtil.parseXmlPluginDefinition(ClassLoader cl, InputStream in)
          Loads the definition of a single plugin from an XML file
 



Copyright © 2013. All Rights Reserved.