KEY=value pairs, one per line (Java properties file format). Backslashes are used for escaping, so use "\\" for a single backslash.

Current generator parameters and/or environment variables can be used in form: ${PARAM} or $PARAM.

The expression $COUNT or ${COUNT} will be replaced with the current count.