it.avutils.jmapper.dsl
Class XmlBuilder

java.lang.Object
  extended by 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

Method Summary
 XML atDevelopmentTime()
           
 XML atRuntime()
           
static XmlBuilder loadXml(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.