Autoincremented Property Names

You can choose to autoincrement property names if there is a long list of properties to be specified.

For example:

A.comp.field1=foo A.comp.field2=bar A.comp.field3=hello A.comp.field4=world

You can autoincrement these fields:

A.comp.field++=foo A.comp.field++=bar A.comp.field++=hello A.comp.field++=world
Note: If you use the Adaptor Framework Editor, the autoincrement fields convert to the corresponding numbered fields on reading the configuration file. The Adaptor Framework Editor cannot revert the fields to auto-numbered fields on rewriting the properties file.