org.gradle.api.artifacts.maven
Interface XmlProvider


public interface XmlProvider


Method Summary
 StringBuilder asString()
          Returns the xml in form of a StringBuilder.
 

Method Detail

asString

StringBuilder asString()
Returns the xml in form of a StringBuilder. Changes to the StringBuilder instance will be applied against the XML.

Returns:
A StringBuilder representation of the XML