Class Summary |
Assertions |
This class defines some useful methods to ensure that a certain
conditions holds true. |
IDManager |
The IDManager helps you to avaid naming-conflicts in your generated
code. |
Main |
Entry point of the code generation when starting it from the
command line.
This class can also be used to invoke the codegeneration from
within another program. |
OptionReader |
Handlers can use a OptionReader to read
configuration options.
|
OptionReaderConfigurator |
You can use this class to adapt a OptionReader
to your needs. |
Options |
Allows a handler the store options. |
ProjectGenerator |
A ProjectGenerator is attached to every
projectfile. |
ProjectGeneratorTask |
Ant task for cgimlet. |
ProjectGeneratorUTest |
This class is for testing purpose only. |
ProjectRunner |
This class should be used to run a codegeneration process.
|
PropertyParser |
A PropertyParser reads property-definitions and replaces their
occurences in a XML file.
A property is defined like this:
<property name="basedir" value="."/>
This sets the property `basedir' to the value `.'. |
XMLUtils |
This class provides some useful methods that helps you
with common XML tasks. |