|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandRepository | |
---|---|
it.jnrpe | This package contains the JNRPE engine. |
it.jnrpe.commands | This package contains all the classes reguarding the commands management. |
Uses of CommandRepository in it.jnrpe |
---|
Methods in it.jnrpe with parameters of type CommandRepository | |
---|---|
static JNRPEBuilder |
JNRPEBuilder.forRepositories(IPluginRepository pluginRepository,
CommandRepository commandRepository)
Entry point for the builder. |
Constructors in it.jnrpe with parameters of type CommandRepository | |
---|---|
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 CommandRepository in it.jnrpe.commands |
---|
Constructors in it.jnrpe.commands with parameters of type CommandRepository | |
---|---|
CommandInvoker(IPluginRepository pluginRepo,
CommandRepository commandRepo,
boolean acceptParams,
Collection<IJNRPEEventListener> listeners)
Builds and initializes the CommandInvoker object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |