[Index]

properties


A type that evaluates to a java Properties object.

For more information on configuring this please see properties as they share the same underlying mechanisms.


Property Summary

extract Extract this prefix form property names.
fromXML If the input for the properties is in XML format.
input An input source for Properties.
prefix Append this prefix to property names.
sets Extra properties to be merged into the overall property set.
source  
substitute Use substitution for the values of ${} type properties.
values Properties defined as key value pairs.

Example Summary

Example 1 Defining a single property.

Property Detail

extract

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

Extract this prefix form property names. Filters out properties that do not begin with this prefix.

fromXML

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo, defaults to false.

If the input for the properties is in XML format.

input

Configured ByELEMENT
AccessWRITE_ONLY
RequiredNo.

An input source for Properties.

prefix

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

Append this prefix to property names.

sets

Configured ByELEMENT
AccessREAD_WRITE
RequiredNo.

Extra properties to be merged into the overall property set.

source

Configured ByELEMENT
AccessREAD_WRITE

substitute

Configured ByATTRIBUTE
AccessREAD_WRITE
RequiredNo.

Use substitution for the values of ${} type properties.

values

Configured ByELEMENT
AccessWRITE_ONLY
RequiredNo.

Properties defined as key value pairs.


Examples

Example 1

Defining a single property.

 <variables id="vars">
   <props>
     <properties>
      <values>
       <value key="snack.fruit" value="apple"/>
      </values>
     </properties>
   <props/>
 </variables>
 


(c) Rob Gordon 2005 - 2017