
WSST::Generator - Generator class of WSST

Generator is a template base generator. The generate method of this class looks for the template file from the template directory, and processes those files.

Constructor.
Returns generator name and alias. This method returns subdirectory name of template directory.
If the structure of template directory is as follows, ["perl", "php"] is returned.
templates/
|-- perl/
| `-- ...
`-- php/
`-- ...
Generate library and return generated file names by processing template files in template directory.

http://code.google.com/p/wsst/

Mitsuhisa Oshikawa <mitsuhisa [at] gmail.com> Yusuke Kawasaki <u-suke [at] kawa.net>

Copyright 2008 WSS Project Team