Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

All comments between the special comment tags BEGIN MAP and END MAP are interpreted as value mapper classes, for changing the resulting value the installer uses as effective variable override instead of the plain one from the file. The number of mappers between these two lines is unlimited, and if there are more than one, the will be applied like a filter chain - the output of the previous one is used as input for the next one.

Example:

Code Block
languagetext
titleExample
# BEGIN MAP
# com.my_company.installer.data.InternalPasswordMapper
# END MAP
db.password=D5%3gh/p?gg

...