Class TemplateParseUtil.PreProcessedTemplate

    • Field Detail

      • regex

        public String regex
        The regular expression to match this template exactly
      • variableNames

        public List<String> variableNames
        The list of variable names found in this template
    • Constructor Detail

      • PreProcessedTemplate

        protected PreProcessedTemplate​(String templateKey,
                                       String template,
                                       String regex,
                                       List<String> variableNames)