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:ConfigLoadingStrategyThis method must load and parse application config.- Specified by:
parseApplicationConfigin interfaceConfigLoadingStrategy- Parameters:
parseOptions-ConfigParseOptionsto use- Returns:
- loaded config
-