Adding a new execution code generator

You have a number of options to add a new generator to the list of proposed project generators.

Procedure

To add a new project generator to the list of proposed generators, use one of the following solutions:
  • Modify the behavior of an existing generator. For example, extend the IlrPOJOGenerator class to change the file prefix name, the package prefix name, and the header file.
  • Create a new velocity generator by extending the IlrVelocityGenerator class.
  • Create a new file generator by extending the IlrFileGenerator class.