Package org.gradle.ide.visualstudio
Interface TextProvider
Provides access to the content of a generated text file.
- 
Method SummaryModifier and TypeMethodDescriptionGet the content as aStringBuilder, permitting direct modification.getText()The text content.voidReplace the content.
- 
Method Details- 
getTextString getText()The text content.
- 
setTextReplace the content.
- 
asBuilderStringBuilder asBuilder()Get the content as aStringBuilder, permitting direct modification.
 
-