DefaultConfigLoadingStrategy

org.ekrich.config.DefaultConfigLoadingStrategy

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def parseApplicationConfig(parseOptions: ConfigParseOptions): Config

This method must load and parse application config.

This method must load and parse application config.

Value parameters

parseOptions

ConfigParseOptions to use

Attributes

Returns

loaded config

Definition Classes