diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/buildtools.AbstractOutputWriter-class.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/buildtools.AbstractOutputWriter-class.html Fri Sep 11 11:54:49 2009 +0100
@@ -0,0 +1,210 @@
+
+
+
+
+ buildtools.AbstractOutputWriter
+
+
+
+
+
+
+
+
+
+Class AbstractOutputWriter
source code
+Base class which contains define an AbstractOutputWriter.
+The subclass must implement a convert method which compute a command list into
+some output file.
+
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ write(self,
+ cmdList)
+ Method to override to implement format specific output. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ writeTopLevel(self,
+ config_list,
+ spec_name,
+ output_path,
+ xml_file)
+ Method to override to implement top level commands. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+ |
+
+
+ close(self)
+ Close the output stream. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+