|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandDefinition | |
|---|---|
| it.jnrpe.commands | This package contains the JNRPE engine. |
| Uses of CommandDefinition in it.jnrpe.commands |
|---|
| Methods in it.jnrpe.commands that return CommandDefinition | |
|---|---|
CommandDefinition |
CommandDefinition.addArgument(CommandOption arg)
Adds an option to the command definition. |
CommandDefinition |
CommandRepository.getCommand(String sName)
Returns the named command definition. |
| Methods in it.jnrpe.commands with parameters of type CommandDefinition | |
|---|---|
void |
CommandRepository.addCommandDefinition(CommandDefinition commandDef)
Adds a new command definition to the repository. |
ReturnValue |
CommandInvoker.invoke(CommandDefinition cd,
String[] args)
This method executes external commands (plugins) The methods also expands the $ARG?$ macros. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||