Package com.mchange.v3.hocon
Class HoconUtils
java.lang.Object
com.mchange.v3.hocon.HoconUtils
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.typesafe.config.Config
For when you don't want all the extras of ConfigFactory.load() [ backing up to reference.conf, System property overrides, etc.configToProperties
(com.typesafe.config.Config config) static HoconUtils.WarnedConfig
customFileOrSpecifiedSourceWins
(File customFile)
-
Method Details
-
configToProperties
-
applicationOrStandardSubstitute
public static com.typesafe.config.Config applicationOrStandardSubstitute(ClassLoader cl) throws HoconUtils.SubstituteNotAvailableException For when you don't want all the extras of ConfigFactory.load() [ backing up to reference.conf, System property overrides, etc. ] -
applicationOrStandardSubstituteFallbackWithMessage
public static HoconUtils.ConfigWithFallbackMessage applicationOrStandardSubstituteFallbackWithMessage(ClassLoader cl) throws HoconUtils.SubstituteNotAvailableException -
customFileOrSpecifiedSourceWins
-