Package org.zeroturnaround.jrebel.gradle

Examples of org.zeroturnaround.jrebel.gradle.RebelXmlWriter


  /**
   * Construct the actual XML stream (string) from the model in memory.
   */
  public String toXmlString() throws IOException {
    return new RebelXmlWriter().toXmlString(this);
  }
View Full Code Here

TOP

Related Classes of org.zeroturnaround.jrebel.gradle.RebelXmlWriter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.