Interface IReplaceWithProcessor
- All Known Implementing Classes:
ReplaceWithProcessor
public interface IReplaceWithProcessor
Interface for processors that replace a single word with an expression defined
in a comment.
- Version:
- 1.6.6
- Author:
- Joseph Verron
-
Method Summary
Modifier and TypeMethodDescriptionvoidreplaceWordWith(String expression) May be called to replace a single word inside a paragraph with an expression defined in a comment.
-
Method Details
-
replaceWordWith
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
-