Package org.gradle.ide.visualstudio
Interface XmlConfigFile
- All Superinterfaces:
- ConfigFile
An XML config file generated for Visual Studio.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwithXml(Action<? super XmlProvider> action) Add an action that can manipulate the generated file content.Methods inherited from interface org.gradle.ide.visualstudio.ConfigFilegetLocation, setLocation
- 
Method Details- 
withXmlAdd an action that can manipulate the generated file content.
 
-