Home | Trees | Index | Help |
---|
Package svnmailer :: Module settings :: Class Settings |
|
object
--+
|
Settings
ConfigFileSettings
Note: The init
method must be overridden to do the actual
initialization.
Method Summary | |
---|---|
Constructor | |
GroupSettingsContainer
|
Returns an initialized default group settings container |
GeneralSettingsContainer
|
Returns an initialized general settings container |
GroupSettingsContainer
|
Returns an initialized group settings container |
RuntimeSettingsContainer
|
Returns an initialized runtime settings container |
Abstract initialization method | |
Checks if all containers are filled | |
list
|
Returns the basic arguments for container initialization |
Inherited from object | |
x.__delattr__('name') <==> del x.name... | |
x.__getattribute__('name') <==> x.name... | |
x.__hash__() <==> hash(x)... | |
T.__new__(S, ...) -> a new object with type S, a subtype of T... | |
helper for pickle... | |
helper for pickle... | |
x.__repr__() <==> repr(x)... | |
x.__setattr__('name', value) <==> x.name = value... | |
x.__str__() <==> str(x)... |
Instance Variable Summary | |
---|---|
str |
_charset_ : The charset used for settings recoding |
dict |
_maps_ : The value mappers to use or None |
bool |
debug : Debug state |
GeneralSettingsContainer |
general : General settings |
list of GroupSettingsContainer |
groups : group settings list |
RuntimeSettingsContainer |
runtime : Runtime settigs |
Method Details |
---|
__init__(self,
*args,
**kwargs)
|
getDefaultGroupContainer(self, **kwargs)Returns an initialized default group settings container
|
getGeneralContainer(self, **kwargs)Returns an initialized general settings container
|
getGroupContainer(self, **kwargs)Returns an initialized group settings container
|
getRuntimeContainer(self, **kwargs)Returns an initialized runtime settings container Note that the runtime settings (from commandline) are always assumed to be utf-8 encoded.
|
init(self, *args, **kwargs)Abstract initialization method |
_checkInitialization(self)Checks if all containers are filled |
_getArgs(self)Returns the basic arguments for container initialization
|
Instance Variable Details |
---|
_charset_The charset used for settings recoding
|
_maps_The value mappers to use orNone
|
debugDebug state
|
generalGeneral settings
|
groupsgroup settings list
|
runtimeRuntime settigs
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Apr 17 12:39:11 2006 | http://epydoc.sf.net |