freemarker.ext.ant |
An ant task that can be used
to invoke the FreeMarker engine to generate documentation.
|
Java Source File Name | Type | Comment |
FreemarkerXmlTask.java | Class | This is an Ant task for transforming
XML documents using FreeMarker templates. |
JythonAntTask.java | Class | Used internally, public for technical reasons only.
This is an Ant sub-task of the
FreemarkerXmlTask task.
Warning! It must not be statically linked with Jython classes,
so users can use the XML ant task even if Jython is not installed. |
UnlinkedJythonOperations.java | Interface | This is an interface to do Jython operations, which has no dependecy on
Jython classes (hence "unlinked"). |
UnlinkedJythonOperationsImpl.java | Class | Used internally, public for technical reasons only. |