ConfigurationLoader

constructor(subDirectory: String, fileName: String, codec: Codec<T>)(source)

Configuration loader for a configuration file using codec.

Parameters

subDirectory

The subdirectory name in the configuration root

fileName

The file name of th configuration

codec

The codec used to serialize and deserialize the configuration

See also


constructor(configurationFile: Path, codec: Codec<T>)(source)

Parameters

configurationFile

The configuration file path

codec

The codec used to serialize and deserialize the configuration