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:
${version}
Author:
Joseph Verron
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    replaceWordWith(String expression)
    May be called to replace a single word inside a paragraph with an expression defined in a comment.
  • Method Details

    • 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