it.jnrpe.plugins
Interface IPluginInterface

All Known Implementing Classes:
PluginProxy

public interface IPluginInterface

This is the interface that all the JAVA plugins must implement

Author:
Massimiliano Ziccardi

Method Summary
 ReturnValue execute(ICommandLine cl)
          Executes the plugin
 

Method Detail

execute

ReturnValue execute(ICommandLine cl)
Executes the plugin

Parameters:
cl - The parsified command line arguments
Returns:
The result of the plugin


Copyright © 2011. All Rights Reserved.