open class SystemProfileValueSource : ProfileValueSource
Implementation of ProfileValueSource which uses system properties as the underlying source.
Author
Rod Johnson
Author
Sam Brannen
Since
2.0
open fun get(key: String): String
Get the profile value indicated by the specified key from the system properties. |
|
static fun getInstance(): SystemProfileValueSource
Obtain the canonical instance of this ProfileValueSource. |