Difference between revisions of "PluginsAPI"

From VNUML-WIKI
Jump to: navigation, search
(New page: {| border=1 |- ! Method Name ! Arguments ! Return ! VNUML call point ! Since |- | createPlugin | mode ("t", "d", "x" or "P"), file (from <extension>) conf attribute | Nothing (if plugin cr...)
 
Line 1: Line 1:
 +
{{Title|VNUML Plugins API}}
 +
 +
The plugins API version 1.0 includes the following methods:
 +
 
{| border=1
 
{| border=1
 
|-
 
|-

Revision as of 20:56, 2 March 2009

VNUML Plugins API

The plugins API version 1.0 includes the following methods:

Method Name Arguments Return VNUML call point Since
createPlugin mode ("t", "d", "x" or "P"), file (from <extension>) conf attribute Nothing (if plugin creation is ok) or error string (if error occurs during creation) Main objects creation at the beginning of VNUML operation 1.9.0
bootingCreateFiles - - - 1.9.0
bootingCommands - - - 1.9.0
execVmsToUse - - - 1.9.0
execCreateFiles - - - 1.9.0
execCommands - - - 1.9.0
finalizePlugin - - - 1.9.0