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