| Home | Trees | Indices | Help |
|
|---|
|
|
Author: Andres Riancho ( andres.riancho@gmail.com )
|
|||
| getName(self) | ||
|
getOptionsXML(self) This method returns a XML containing the Options that the configurable object has. |
||
| getType(self) | ||
|
setOptions(self,
OptionsMap) Sets the Options given on the OptionsMap to self. |
||
|
|||
|
This method returns a XML containing the Options that the configurable object has. Using this XML the framework will build a window, a menu, or some other input method to retrieve the info from the user. The XML has to validate against the xml schema file located at : w3af/core/display.xsd This method MUST be implemented on every plugin.
|
|
Sets the Options given on the OptionsMap to self. The options are the result of a user entering some data on a window that was constructed using the XML Options that was retrieved from the plugin using getOptionsXML() This method MUST be implemented on every configurable object.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0alpha3 on Thu Oct 18 19:36:57 2007 | http://epydoc.sourceforge.net |