Interface CommentProcessorFactory.IReplaceWithProcessor
- Enclosing class:
CommentProcessorFactory
public static interface CommentProcessorFactory.IReplaceWithProcessor
Interface for processors that replace a single word with an expression defined in a comment.
- Since:
- 1.0.8
- Version:
- ${version}
- Author:
- Joseph Verron, Tom Hombergs
-
Method Summary
Modifier and TypeMethodDescriptionvoidreplaceWith(@Nullable String expression) Replaces content with the specified expression.Works only in a single paragraph.
-
Method Details
-
replaceWith
Replaces content with the specified expression.Works only in a single paragraph.- Parameters:
expression- the expression to replace the content with; it may be null.
-