Properties
Get Property (GetProperty)
This task retrieves a value from a properties file.
Parameter | Type | Description |
---|---|---|
Properties | String, File, Properties | The properties file. |
Property Name | String | The name of the property. |
Result | String | Output. |
LoadPropertiesFromFile
This task reads a property file and stores the values in the Clarify storage manager.
Parameter | Type | Description |
---|---|---|
Properties File | String, File, Properties | The properties file to be loaded; the string path to the properties file. |
Result | Properties | The values in the properties file in a format that Clarify can use. |
SetProperty
This task sets the value of a property in a properties file.
Parameter | Type | Description |
---|---|---|
Properties File | String, File, Properties | The properties file to be edited. Or, the string path to the properties file. |
Property Name | String | The property in the file that is to be set. |
Value | String | The value of the property to be set. |