Package org.staccato

Class ReplacementMapPreprocessor

  • All Implemented Interfaces:
    Preprocessor

    public class ReplacementMapPreprocessor
    extends java.lang.Object
    implements Preprocessor
    • Method Detail

      • requiresAngleBrackets

        public boolean requiresAngleBrackets()
      • setCaseSensitive

        public ReplacementMapPreprocessor setCaseSensitive​(boolean caseSensitive)
        NOTE: This might seem a little backwards, but if your ReplacementMap is not case sensitive, then you need to use only upper-case letters as keys in your map!
      • isCaseSensitive

        public boolean isCaseSensitive()
      • setReplacementMap

        public ReplacementMapPreprocessor setReplacementMap​(java.util.Map<java.lang.String,​java.lang.String> map)
      • getIterations

        public int getIterations()