net.sf.urlchecker.communication.configurers
Class ExceptionHandlersConfigurer

Package class diagram package ExceptionHandlersConfigurer
java.lang.Object
  extended by net.sf.urlchecker.communication.configurers.ExceptionHandlersConfigurer
All Implemented Interfaces:
Configurer<Map<String,ExceptionHandler<?>>>

public class ExceptionHandlersConfigurer
extends Object
implements Configurer<Map<String,ExceptionHandler<?>>>

The ExceptionHandlers Configurer Class .

$Id: ExceptionHandlersConfigurer.java 180 2010-12-12 18:47:56Z georgosn $

Version:
$LastChangedRevision: 184 $
Author:
$LastChangedBy: georgosn $

Constructor Summary
ExceptionHandlersConfigurer()
           
 
Method Summary
 Map<String,ExceptionHandler<?>> configureWith(org.apache.commons.configuration.XMLConfiguration config)
          Configure with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionHandlersConfigurer

public ExceptionHandlersConfigurer()
Method Detail

configureWith

public Map<String,ExceptionHandler<?>> configureWith(org.apache.commons.configuration.XMLConfiguration config)
Configure with.

Specified by:
configureWith in interface Configurer<Map<String,ExceptionHandler<?>>>
Parameters:
config - the XML configuration
Returns:
the t


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.