public class IdentityStringTransformer extends Object implements StringTransformer
Constructor and Description |
---|
IdentityStringTransformer() |
Modifier and Type | Method and Description |
---|---|
String |
transform(ReplayParseContext context,
String input)
transforms text with certain rewrite rules.
|
public String transform(ReplayParseContext context, String input)
StringTransformer
Refactoring: change input
type to CharSequence
.
transform
in interface StringTransformer
context
- ReplayParseContextinput
- text data to be transformedCopyright © 2005–2015 IIPC. All rights reserved.