Module buildtools :: Class AbstractOutputWriter
[hide private]
[frames] | no frames]

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.



Instance Methods [hide private]
 
__init__(self, fileOut) source code
 
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
 
__call__(self, cmdList) source code
 
close(self)
Close the output stream.
source code