Uses of Interface
it.jnrpe.plugins.IPluginRepository

Packages that use IPluginRepository
it.jnrpe This package contains the JNRPE engine. 
it.jnrpe.commands This package contains all the classes reguarding the commands management. 
it.jnrpe.plugins This package contains all the classes regarding the plugin management/creation. 
 

Uses of IPluginRepository in it.jnrpe
 

Methods in it.jnrpe with parameters of type IPluginRepository
static JNRPEBuilder JNRPEBuilder.forRepositories(IPluginRepository pluginRepository, CommandRepository commandRepository)
          Entry point for the builder.
 

Constructors in it.jnrpe with parameters of type IPluginRepository
JNRPE(IPluginRepository pluginRepo, CommandRepository commandRepo)
          Deprecated. This constructor will be removed as of version 2.0.5. Use JNRPEBuilder instead
JNRPE(IPluginRepository pluginRepo, CommandRepository commandRepo, Charset newCharset, boolean acceptParameters)
          Deprecated. This constructor will be removed as of version 2.0.5. Use JNRPEBuilder instead
 

Uses of IPluginRepository in it.jnrpe.commands
 

Constructors in it.jnrpe.commands with parameters of type IPluginRepository
CommandInvoker(IPluginRepository pluginRepo, CommandRepository commandRepo, boolean acceptParams, Collection<IJNRPEEventListener> listeners)
          Builds and initializes the CommandInvoker object.
 

Uses of IPluginRepository in it.jnrpe.plugins
 

Classes in it.jnrpe.plugins that implement IPluginRepository
 class PluginRepository
          This class represent the repository of all the installed plugins.
 



Copyright © 2014. All Rights Reserved.