net.sf.urlchecker.v2.communication.configurers
Class MethodsConfigurer

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

public class MethodsConfigurer
extends Object
implements Configurer<Map<String,HTTPMethods>>

The Class MethodsConfigurer for the new HttpClient.

$Id: MethodsConfigurer.java 183 2010-12-17 19:10:21Z georgosn $

Version:
$LastChangedRevision: 183 $
Author:
$LastChangedBy: georgosn $

Constructor Summary
MethodsConfigurer()
           
 
Method Summary
 Map<String,HTTPMethods> 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

MethodsConfigurer

public MethodsConfigurer()
Method Detail

configureWith

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

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


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.