gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.ide.visualstudio
/
TextConfigFile
Text
Config
File
API
@
Incubating
interface
TextConfigFile
:
ConfigFile
(
source
)
A plain text config file generated for Visual Studio.
Members
Functions
get
Location
Link copied to clipboard
API
abstract
fun
getLocation
(
)
:
File
set
Location
Link copied to clipboard
API
abstract
fun
setLocation
(
location
:
Any
)
with
Content
Link copied to clipboard
API
abstract
fun
withContent
(
action
:
Action
<
in
TextProvider
>
)
Add an action that can manipulate the generated file content.