getPrefix

open fun getPrefix(): String

Return the implicit prefix that is applied when performing a lookup or null if no prefix is used. Prefixes can be used to disambiguate keys that would otherwise clash. For example, if multiple applications are running on the same machine a different prefix can be set on each application to ensure that different environment variables are used.

Return

the prefix applied by the lookup class or null.

Since

2.5.0