Package org.gradle.ide.visualstudio
Interface TextConfigFile
- All Superinterfaces:
- ConfigFile
A plain text config file generated for Visual Studio.
- 
Method SummaryModifier and TypeMethodDescriptionvoidwithContent(Action<? super TextProvider> action) Add an action that can manipulate the generated file content.Methods inherited from interface org.gradle.ide.visualstudio.ConfigFilegetLocation, setLocation
- 
Method Details- 
withContentAdd an action that can manipulate the generated file content.
 
-