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