org.gradle.ide.visualstudio
[Java] Interface TextConfigFile
org.gradle.ide.visualstudio.ConfigFile
org.gradle.ide.visualstudio.TextConfigFile
- All Superinterfaces:
- ConfigFile
@Incubating
public interface TextConfigFile
extends ConfigFile
A plain text config file generated for Visual Studio.
Method Summary |
void
|
withContent(Action action)
Add an action that can manipulate the generated file content.
|
withContent
public void withContent(Action action)
- Add an action that can manipulate the generated file content.
Gradle API 1.12