Skip to content

Extending and Overriding Templates

Ron Smith edited this page May 27, 2013 · 2 revisions

Naming conventions

Any XTend template or transformation class may be overridden or extended in cartridges. Overrides and extensions are detected based on naming conventions they must follow.

Override classes follow the naming convention:

generator.<class simple name>Override

Extensions, which are part of cartridges, follow the naming convention:

org.sculptor.generator.cartridge.<cartridge name>.<class simple name>Extension
Clone this wiki locally