system

Description

A type which creates a map like type from the system properties.

Properties

NameDescriptionRequired
name The name of the system variable. No, if not supplied then all are returned.
value The value of the property. No, if not supplied the existing System value will be used.

Example

Making the system properties available as variables.

 <varables id="vars">
     <system/>
 </variables>
 


(c) Rob Gordon 2005