@Deprecated public class TextBuilder extends Object
This class is not intended to be subclassed by clients.
Modifier and Type | Method and Description |
---|---|
TextBuilder |
append(Text text)
Deprecated.
|
TextBuilder |
appendTransformation(Text from,
Text to)
Deprecated.
|
Text |
build()
Deprecated.
|
static TextBuilder |
create()
Deprecated.
|
public static TextBuilder create()
public TextBuilder append(Text text)
public TextBuilder appendTransformation(Text from, Text to)
public Text build()
Copyright © 2009–2017 SonarSource. All rights reserved.