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. |
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. |
Comments
0 comments
Please sign in to leave a comment.