api / org.gradle.ide.visualstudio / TextConfigFile

TextConfigFile

@Incubating interface TextConfigFile : ConfigFile

A plain text config file generated for Visual Studio.

Functions

withContent

abstract fun withContent(action: Action<in TextProvider>): Unit

Add an action that can manipulate the generated file content.

Inherited Functions

getLocation

abstract fun getLocation(): File

The location where this file will be generated.

setLocation

abstract fun setLocation(location: Any): Unit

Specify the location where this file will be generated.