Package svnmailer :: Module main
[show private | hide private]
[frames | no frames]

Module svnmailer.main

This module is the central core of the svnmailer. It dispatches all work to be done. It contains just one class (Main), which reads the config file while it is initialized. When the Main.run method is called, it selects the groups to be notified, the notifiers to be run and runs all notifiers for each group.

The Main class may raise several exceptions (which all inherit from Error):


Classes
Main Main svnmailer logic
GroupSet Container object for a single groupset

Exceptions
ConfigError Configuration error occurred
Error Base exception for this module
NotifierError An Notifier error occured
CommandlineError Command line error occured

Generated by Epydoc 2.0 on Sun Sep 25 20:49:19 2005 http://epydoc.sf.net