|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the generic type *
$Id: Configurer.java 182 2010-12-13 22:51:53Z georgosn $
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.
Method Summary | |
---|---|
T |
configureWith(org.apache.commons.configuration.XMLConfiguration config)
Configure with. |
Method Detail |
---|
T configureWith(org.apache.commons.configuration.XMLConfiguration config)
T
- a T object.config
- the XML configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |