All templates end with .vm, indicating there are velocity templates. All templates also have in their name a dash followed by the target filename extension. For example the class-list-txt.vm should go to a file named class-list.txt of my-special-classes.txt.
Filename | Output mode | Description |
class-description-txt.vm | multiple | A simple text file with some information about the class |
class-helper-java.vm | multiple | A java file with util methods for the class (like toString and toXml) |
class-list-txt.vm | single | A simple list of classes |
class-xml-utils-java.vm | multiple | A java class with methods to facilitate working with xml with the file |
hibernate.cfg-xml.vm | single | An example hiberante.cfg.xml |