reloadDazzlConfig

abstract fun <C> reloadDazzlConfig(configClass: Class<C>): C

Reloads a DazzlConf configuration from the file.

Return

The reloaded instance of the configuration class C.

Parameters

C

The type of the configuration class.

configClass

The class of the configuration.