| |
|
| java.lang.Object net.sf.oval.configuration.xml.XMLConfigurer
XMLConfigurer | public class XMLConfigurer implements Configurer(Code) | | XStream (http://xstream.codehaus.org/) based XML configuration class.
author: Sebastian Thomschke |
XMLConfigurer | public XMLConfigurer()(Code) | | creates an XMLConfigurer instance backed by a new XStream instance
using the com.thoughtworks.xstream.io.xml.StaxDriver for XML parsing
if the StAX API is available
See Also: com.thoughtworks.xstream.io.xml.StaxDriver |
configureXStream | final protected void configureXStream()(Code) | | |
getXStream | public XStream getXStream()(Code) | | the xStream |
setPojoConfigurer | public void setPojoConfigurer(POJOConfigurer pojoConfigurer)(Code) | | Parameters: pojoConfigurer - the pojoConfigurer to set |
|
|
|