Package | Description |
---|---|
it.jnrpe.commands |
This package contains the JNRPE engine.
|
Modifier and Type | Method and Description |
---|---|
CommandDefinition |
CommandDefinition.addArgument(CommandOption arg)
Adds an option to the command definition.
|
CommandDefinition |
CommandRepository.getCommand(String sName)
Returns the named command definition.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013. All Rights Reserved.