All Downloads are FREE. Search and download functionalities are using the official Maven repository.

desc.GetConfigProperty.txt Maven / Gradle / Ivy

The newest version!
Retrieves the string property from the selected configuration domain.

Example:

{{classpath:config/domain1.properties}}

| stringProperty=string value
| integerProperty=100
| longProperty=100000
| doubleProperty=10.53
| booleanProperty=false

_usage_

| `Select Config Domain` | domain1                 |                |
| ${stringProperty}=     | `Get Config Property`   | stringProperty |

=>

| ${stringProperty} = "string value"

See also `Get Config Long Property`, `Get Config Integer Property`, `Get Config Double Property` and `Get Config Boolean Property`.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy