Package org.gradle.ide.visualstudio
Interface ConfigFile
- All Known Subinterfaces:
 TextConfigFile,XmlConfigFile
A configuration file generated for Visual Studio.
- 
Method Summary
Modifier and TypeMethodDescriptionThe location where this file will be generated.voidsetLocation(Object location) Specify the location where this file will be generated. 
- 
Method Details
- 
getLocation
File getLocation()The location where this file will be generated. - 
setLocation
Specify the location where this file will be generated. 
 -