Interface XmlConfigFile
- All Superinterfaces:
ConfigFile
An XML config file generated for Visual Studio.
- Since:
- 1.11
-
Method Summary
Modifier and TypeMethodDescriptionvoidwithXml(Action<? super XmlProvider> action) Add an action that can manipulate the generated file content.Methods inherited from interface ConfigFile
getLocation, setLocation
-
Method Details
-
withXml
Add an action that can manipulate the generated file content.- Since:
- 1.11
-