net.sf.urlchecker.communication.configurers
Class ValidCodesConfigurer

Package class diagram package ValidCodesConfigurer
java.lang.Object
  extended by net.sf.urlchecker.communication.configurers.ValidCodesConfigurer
All Implemented Interfaces:
Configurer<Map<String,Integer[]>>

public class ValidCodesConfigurer
extends Object
implements Configurer<Map<String,Integer[]>>

The ValidCodes Configurer Class .

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

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

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

ValidCodesConfigurer

public ValidCodesConfigurer()
Method Detail

configureWith

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

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


Copyright © 2010 Nikolaos Georgosopoulos. All Rights Reserved.