|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface TextProvider
Provides access to the content of a generated text file.
Method Summary | |
---|---|
StringBuilder
|
asBuilder()
Get the content as a StringBuilder, permitting direct modification. |
String
|
getText()
The text content. |
void
|
setText(String value)
Replace the content. |
Method Detail |
---|
public StringBuilder asBuilder()
public String getText()
public void setText(String value)
Gradle API 1.12