| Name | Description | Required |
|---|---|---|
| file | A file containing properties. | Yes if input is not supplied. |
| input | An input source in properties file format. | Yes if file is not supplied. |
Making the contents of a properties file available as variables.
<varables id="vars">
<properties file="fruits.properties"/>
</variables>