DecodeLoadProperties task
Decodes and loads the properties from a file that has been
processed by the encodeProperties task. If the properties
file contains properties that have not been encoded, they are loaded
with values defined as-is.
Parameters
| Attribute | Description | Required |
|---|---|---|
| file | The properties file to decode and load. | Yes |
Examples
The following example decodes and
loads the properties defined in private.properties that
have been processed by the
EncodeProperties task.<decodeLoadProperties file="private.properties" />