Home | Trees | Index | Help |
---|
Package svnmailer :: Module settings |
|
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.
GroupSettingsContainer
, GeneralSettingsContainer
and RuntimeSettingsContainer
, but you should
not instantiate them directly -- Settings
provides methods that return
instances of these containers.
Classes | |
---|---|
Settings |
Settings management |
_Tokens |
Generic token container |
GeneralSettingsContainer |
Container for general settings |
GroupSettingsContainer |
Container for group settings |
RuntimeSettingsContainer |
Container for runtime settings |
Function Summary | |
---|---|
dict
|
Define the members of the general settings |
dict
|
Define the members of the group settings |
dict
|
Define the members of the runtime settings |
Function Details |
---|
generalMembers(space)Define the members of the general settings The following members are defined:
|
groupMembers(space)Define the members of the group settings The following members are defined:
|
runtimeMembers(space)Define the members of the runtime settings The following members are defined:
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:12 2006 | http://epydoc.sf.net |