org.zeroturnaround.jrebel.gradle
Class RebelXmlWriter

java.lang.Object
  extended by org.zeroturnaround.jrebel.gradle.RebelXmlWriter

public class RebelXmlWriter
extends java.lang.Object

Generate XML based on the in-memory model (RebelMainModel instance). XXX - jesus christ, there must be tens of better ways to generate xml! why....????? [sander]


Constructor Summary
RebelXmlWriter()
           
 
Method Summary
 java.lang.String toXmlString(RebelMainModel model)
          The main method generating the XML output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RebelXmlWriter

public RebelXmlWriter()
Method Detail

toXmlString

public java.lang.String toXmlString(RebelMainModel model)
The main method generating the XML output.