Skip to content

Java – 3.Configurations Reference

Pedro Rodrigues edited this page Feb 18, 2024 · 1 revision

ConfigurationsQf

Package: quickfaas.configurations.ConfigurationsQf

Modifier & Type Method & Description
static JsonElement
getConfiguration(String property)
Returns the element associated with the JSON property specified in the configurations file.
If the property was not found, a NoSuchConfigurationException will result.

NoSuchConfigurationException

Package: quickfaas.configurations.exceptions.NoSuchConfigurationException

Indicates that the JSON property was not found in the configurations file.