diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/buildtools.AntWriter-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/buildtools.AntWriter-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,355 @@
+
+
+
+
+ buildtools.AntWriter
+
+
+
+
+
+
+
+
+
+Class AntWriter
source code
+
+AbstractOutputWriter --+
+ |
+ AntWriter
+
+
+
+Implements Ant XML output format.
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ writeTopLevel(self,
+ config_list,
+ spec_name,
+ output_path,
+ xml_file)
+ Method to override to implement top level commands. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ write(self,
+ cmdList)
+ Writes the command list to Ant format. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __stageToTarget(self,
+ doc,
+ stage,
+ cmds)
+ Convert a stage into an Ant target. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+ Inherited from AbstractOutputWriter :
+ __call__ ,
+ close
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+ __commandToAnt(doc,
+ cmd)
+ Convert a command into an Ant task. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ __getCommandByStage(cmdList)
+ Reorder a CommandList into a list of stages. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+ writeTopLevel(self,
+ config_list,
+ spec_name,
+ output_path,
+ xml_file)
+
+ | source code
+ |
+
+
+ Method to override to implement top level commands.
+
+ - Overrides:
+ AbstractOutputWriter.writeTopLevel
+
- (inherited documentation)
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+