etlplus.file.vm

etlplus.file.vm module.

Helpers for reading/writing Apache Velocity (VM) template files.

Notes

  • A VM file is a text file used for generating HTML or other text formats

    by combining templates with data.

  • Common cases:
    • HTML templates.

    • Email templates.

    • Configuration files.

  • Rule of thumb:
    • If you need to work with Apache Velocity template files, use this module

      for reading and writing.

Classes

VmFile()

Handler implementation for VM files.