net.sf.urlchecker.communication.configurers
Class RetriesConfigurer

Package class diagram package RetriesConfigurer
java.lang.Object
  extended by net.sf.urlchecker.communication.configurers.RetriesConfigurer
All Implemented Interfaces:
Configurer<Integer>

public class RetriesConfigurer
extends Object
implements Configurer<Integer>

The Retries Configurer Class .

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

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

Constructor Summary
RetriesConfigurer()
           
 
Method Summary
 Integer 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

RetriesConfigurer

public RetriesConfigurer()
Method Detail

configureWith

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

Specified by:
configureWith in interface Configurer<Integer>
Parameters:
config - the XML configuration
Returns:
the t


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.