Package com.mchange.v3.hocon
Class HoconUtils
java.lang.Object
com.mchange.v3.hocon.HoconUtils
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionstatic com.typesafe.config.ConfigFor 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.WarnedConfigcustomFileOrSpecifiedSourceWins(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
-