Uses of Class
it.jnrpe.plugins.PluginOption

Packages that use PluginOption
it.jnrpe.plugins This package contains the low level object that implements the NRPE protocol. 
 

Uses of PluginOption in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that return PluginOption
 PluginOption PluginOption.setArgName(String sArgName)
          Sets the name of the argument of this option.
 PluginOption PluginOption.setArgsCount(Integer iArgCount)
          Sets the number of arguments.
 PluginOption PluginOption.setArgsOptional(Boolean bArgsOptional)
          Sets if the arguments are mandatory.
 PluginOption PluginOption.setDescription(String sDescription)
          Sets the description of this option.
 PluginOption PluginOption.setHasArgs(boolean bHasArgs)
          Tells the option that it must accept an argument.
 PluginOption PluginOption.setLongOpt(String sLongOpt)
          Sets the long name of this option.
 PluginOption PluginOption.setOption(String sOption)
          Sets the option string.
 PluginOption PluginOption.setRequired(boolean bRequired)
          Set if the option is required.
 PluginOption PluginOption.setType(String sType)
          Sets the type of this option.
 PluginOption PluginOption.setValueSeparator(String sValueSeparator)
          Sets the value separator.
 

Methods in it.jnrpe.plugins that return types with arguments of type PluginOption
 Collection<PluginOption> PluginProxy.getOptions()
          Returns a collection of all the options accepted by this plugin.
 List<PluginOption> PluginDefinition.getOptions()
          Returns all the plugin options.
 

Methods in it.jnrpe.plugins with parameters of type PluginOption
 PluginDefinition PluginDefinition.addOption(PluginOption option)
          Adds a new option to the plugin.
 



Copyright © 2013. All Rights Reserved.