Class TemplateParseUtil.ProcessedTemplate

  • Enclosing class:
    TemplateParseUtil

    public static class TemplateParseUtil.ProcessedTemplate
    extends TemplateParseUtil.PreProcessedTemplate
    Contains the processed template with the values from the processed input string that was determined to be related to this template
    Author:
    Aaron Zeckoski (aaron@caret.cam.ac.uk)
    • Field Detail

      • segmentValues

        public Map<String,​String> segmentValues
        The list of segment values (variableName -> matched value), this will be filled in by the TemplateParseUtil#parseTemplate(String, Map) method and will be null otherwise
      • extension

        public String extension
        The extension found while processing the input string, null if none could be found