toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.ide.visualstudio
/
TextProvider
Text
Provider
API
@
Incubating
interface
TextProvider
(
source
)
Provides access to the content of a generated text file.
Members
Functions
as
Builder
Link copied to clipboard
API
abstract
fun
asBuilder
(
)
:
StringBuilder
Get the content as a
StringBuilder
, permitting direct modification.
get
Text
Link copied to clipboard
API
abstract
fun
getText
(
)
:
String
The text content.
set
Text
Link copied to clipboard
API
abstract
fun
setText
(
value
:
String
)
Replace the content.