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

desc.GetConfigLongProperty.txt Maven / Gradle / Ivy

The newest version!
Retrieves the long 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                      |                |
| ${longProperty}=     | `Get Config Long Property`   | longProperty |

=>

| ${longProperty} = 100000

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy