com.norconex.commons.lang.config
Interface IXMLConfigurable

All Superinterfaces:
Serializable

public interface IXMLConfigurable
extends Serializable

Provides indications that a class is configurable via XML. Classes implementing this should be carefull to document XML configuration options propertly (e.g. in Javadoc).

Author:
Pascal Essiembre

Method Summary
 void loadFromXML(Reader in)
           
 void saveToXML(Writer out)
           
 

Method Detail

loadFromXML

void loadFromXML(Reader in)
                 throws IOException
Throws:
IOException

saveToXML

void saveToXML(Writer out)
               throws IOException
Throws:
IOException


Copyright © 2008-2013 Norconex Inc.. All Rights Reserved.