org.codehaus.plexus.notification.notifier.manager
Class DefaultNotifierManager

java.lang.Object
  extended byorg.codehaus.plexus.logging.AbstractLogEnabled
      extended byorg.codehaus.plexus.notification.notifier.manager.DefaultNotifierManager
All Implemented Interfaces:
org.codehaus.plexus.logging.LogEnabled, NotifierManager

public class DefaultNotifierManager
extends org.codehaus.plexus.logging.AbstractLogEnabled
implements NotifierManager

Version:
$Id: DefaultNotifierManager.java 1499 2005-03-09 00:50:20Z trygvis $
Author:
Trygve Laugstøl

Field Summary
 
Fields inherited from interface org.codehaus.plexus.notification.notifier.manager.NotifierManager
ROLE
 
Constructor Summary
DefaultNotifierManager()
           
 
Method Summary
 Notifier getNotifier(java.lang.String key)
           
 java.util.Map getNotifiers()
           
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultNotifierManager

public DefaultNotifierManager()
Method Detail

getNotifiers

public java.util.Map getNotifiers()
Specified by:
getNotifiers in interface NotifierManager

getNotifier

public Notifier getNotifier(java.lang.String key)
                     throws NotificationException
Specified by:
getNotifier in interface NotifierManager
Throws:
NotificationException


Copyright © 2001-2007 Codehaus. All Rights Reserved.