Interface IReplaceWithProcessor
-
- All Known Implementing Classes:
ReplaceWithProcessor
public interface IReplaceWithProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreplaceWordWith(String expression)May be called to replace a single word inside a paragraph with an expression defined in a comment.
-
-
-
Method Detail
-
replaceWordWith
void replaceWordWith(String expression)
May be called to replace a single word inside a paragraph with an expression defined in a comment. The comment must be applied to a single word for the replacement to take effect!- Parameters:
expression- the expression to replace the text with
-
-