Module svnmailer.settings
Runtime settings for the svnmailer
This module defines one public class, called Settings
. This class is the storage
container for all settings used by the svnmailer. Settings
is an abstract class. There is
just one method that must be implemented -- Settings.init
. This method is responsible
for filling the container properly. An implementor of the Settings
class can be found in the svnmailer.config
module.
This module further defines the Settings subcontainers GroupSettingsContainer
, GeneralSettingsContainer
and RuntimeSettingsContainer
, but you should
not instantiate them directly -- Settings
provides methods that return
instances of these containers.