it.avutils.jmapper.dsl
Class XmlBuilder
java.lang.Object
it.avutils.jmapper.dsl.XmlBuilder
public class XmlBuilder
- extends Object
XmlBuilder increases the readability of the code to create the XML object.
For example:
loadXml(path).atRuntime();
- Author:
- Alessandro Vurro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
loadXml
public static XmlBuilder loadXml(String path)
atRuntime
public XML atRuntime()
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
atDevelopmentTime
public XML atDevelopmentTime()
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
Copyright © 2013. All Rights Reserved.