properties

Description

A type which reads a properties file and creates a map like type from the contents.

Properties

NameDescriptionRequired
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.

Example

Making the contents of a properties file available as variables.

 <varables id="vars">
     <properties file="fruits.properties"/>
 </variables>
 


(c) Rob Gordon 2005