Package org.gradle.ide.visualstudio
Interface TextProvider
Provides access to the content of a generated text file.
-
Method Summary
Modifier and TypeMethodDescriptionGet the content as aStringBuilder
, permitting direct modification.getText()
The text content.void
Replace the content.
-
Method Details
-
getText
String getText()The text content. -
setText
Replace the content. -
asBuilder
StringBuilder asBuilder()Get the content as aStringBuilder
, permitting direct modification.
-