konf-core
/
com.uchuhimo.konf.source
/
Provider
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Sources
Functions
of
Link copied to clipboard
fun
of
(extension:
String
):
Provider
?
Content copied to clipboard
Returns corresponding provider based on extension.
registerExtension
Link copied to clipboard
fun
registerExtension
(extension:
String
, provider:
Provider
)
Content copied to clipboard
Register extension with the corresponding provider.
unregisterExtension
Link copied to clipboard
fun
unregisterExtension
(extension:
String
):
Provider
?
Content copied to clipboard
Unregister the given extension.
Sources
jvm source
Link copied to clipboard