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