Package com.typesafe.config
Class DefaultConfigLoadingStrategy
java.lang.Object
com.typesafe.config.DefaultConfigLoadingStrategy
- All Implemented Interfaces:
ConfigLoadingStrategy
Default config loading strategy. Able to load resource, file or URL.
Behavior may be altered by defining one of VM properties
config.resource
, config.file
or config.url
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseApplicationConfig
(ConfigParseOptions parseOptions) This method must load and parse application config.
-
Constructor Details
-
DefaultConfigLoadingStrategy
public DefaultConfigLoadingStrategy()
-
-
Method Details
-
parseApplicationConfig
Description copied from interface:ConfigLoadingStrategy
This method must load and parse application config.- Specified by:
parseApplicationConfig
in interfaceConfigLoadingStrategy
- Parameters:
parseOptions
-ConfigParseOptions
to use- Returns:
- loaded config
-