Package com.diffplug.gradle
Class ConfigMisc
java.lang.Object
com.diffplug.gradle.ConfigMisc
Utilities for creating configuration content.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmodifyXmlInPlace(File file, Action<XmlProvider> action) Creates an XML string from a groovy.util.Node.static voidwriteProps(Map<String, String> map, File dest) Creates an XML string from a groovy.util.Node.
-
Constructor Details
-
ConfigMisc
public ConfigMisc()
-
-
Method Details
-
modifyXmlInPlace
Creates an XML string from a groovy.util.Node.- Throws:
IOException
-
writeProps
Creates an XML string from a groovy.util.Node.- Throws:
IOException
-
loadProps
- Throws:
IOException
-