Package org.zeroturnaround.jrebel.gradle
Class RebelXmlWriter
- java.lang.Object
-
- org.zeroturnaround.jrebel.gradle.RebelXmlWriter
-
public class RebelXmlWriter extends java.lang.ObjectGenerate 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
Constructors Constructor Description RebelXmlWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoXmlString(RebelMainModel model)The main method generating the XML output.
-
-
-
Method Detail
-
toXmlString
public java.lang.String toXmlString(RebelMainModel model)
The main method generating the XML output.
-
-