proped.loader

Loader module

Members

Aliases

Loader
alias Loader = Properties delegate(string fileName)

The function loads the configuration object from a file

Functions

createPropertiesLoader
Loader createPropertiesLoader()

Create properties loader

loadProperties
Properties loadProperties(PropertiesLoader[] loaders, string fileName)

Loading properties from the file with the necessary loader

Interfaces

PropertiesLoader
interface PropertiesLoader

Interface properties loader

Meta

Authors

Maksim Galanin

License

Subject to the terms of the BSD license, as written in the included LICENSE.txt file.