Uses of Class
it.jnrpe.plugins.PluginOption

Packages that use PluginOption
it.jnrpe.plugins This package contains all the classes regarding the plugin management/creation. 
 

Uses of PluginOption in it.jnrpe.plugins
 

Methods in it.jnrpe.plugins that return PluginOption
 PluginOption PluginOption.setArgName(String argumentName)
          Sets the name of the argument of this option.
 PluginOption PluginOption.setArgsCount(Integer numberOfArgs)
          Sets the number of arguments.
 PluginOption PluginOption.setArgsOptional(Boolean argsOptional)
          Sets if the arguments are mandatory.
 PluginOption PluginOption.setDescription(String optDescription)
          Sets the description of this option.
 PluginOption PluginOption.setHasArgs(boolean argsPresent)
          Tells the option that it must accept an argument.
 PluginOption PluginOption.setLongOpt(String longOptName)
          Sets the long name of this option.
 PluginOption PluginOption.setOption(String optionName)
          Sets the option string.
 PluginOption PluginOption.setRequired(boolean optIsRequired)
          Set if the option is required.
 PluginOption PluginOption.setType(String type)
          Sets the type of this option.
 PluginOption PluginOption.setValueSeparator(String argumentsValueSeparator)
          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 © 2014. All Rights Reserved.