public class DefaultConfigLoadingStrategy extends java.lang.Object implements ConfigLoadingStrategy
config.resource
, config.file
or config.url
Constructor and Description |
---|
DefaultConfigLoadingStrategy() |
Modifier and Type | Method and Description |
---|---|
Config |
parseApplicationConfig(ConfigParseOptions parseOptions)
This method must load and parse application config.
|
public DefaultConfigLoadingStrategy()
public parseApplicationConfig(ConfigParseOptions parseOptions)
ConfigLoadingStrategy
parseApplicationConfig
in interface ConfigLoadingStrategy
parseOptions
- ConfigParseOptions
to use