net.sf.urlchecker.communication.configurers
Class RetriesConfigurer
java.lang.Object
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 $
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 |
RetriesConfigurer
public RetriesConfigurer()
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.