net.sf.urlchecker.communication.configurers
Interface Configurer<T>

Package class diagram package Configurer
Type Parameters:
T - the generic type *

$Id: Configurer.java 182 2010-12-13 22:51:53Z georgosn $

All Known Implementing Classes:
ClientConfigurer, ClientConfigurer, ContextConfigurer, ExceptionHandlersConfigurer, MethodsConfigurer, MethodsConfigurer, RetriesConfigurer, URLPatternConfigurer, ValidCodesConfigurer

public interface Configurer<T>

The Interface Configurer to be implemented by anything that is involved in configuring the urlchecker library. This interface has been turned to Generic to accomodate the different types of httpClient that can be used by this version of the library. NOTE: it may stop being Generic in future releases of the library.

Version:
$LastChangedRevision: 182 $
Author:
$LastChangedBy: georgosn $

Method Summary
 T configureWith(org.apache.commons.configuration.XMLConfiguration config)
          Configure with.
 

Method Detail

configureWith

T configureWith(org.apache.commons.configuration.XMLConfiguration config)
Configure with.

Type Parameters:
T - a T object.
Parameters:
config - the XML configuration
Returns:
the t


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.