org.sakaiproject.entitybroker.util
Class TemplateParseUtil.PreProcessedTemplate

java.lang.Object
  extended by org.sakaiproject.entitybroker.util.TemplateParseUtil.Template
      extended by org.sakaiproject.entitybroker.util.TemplateParseUtil.PreProcessedTemplate
Direct Known Subclasses:
TemplateParseUtil.ProcessedTemplate
Enclosing class:
TemplateParseUtil

public static class TemplateParseUtil.PreProcessedTemplate
extends TemplateParseUtil.Template

Contains the data for templates, each template must have a template key and the template itself

Author:
Aaron Zeckoski (aaron@caret.cam.ac.uk)

Field Summary
 String regex
          The regular expression to match this template exactly
 List<String> variableNames
          The list of variable names found in this template
 
Fields inherited from class org.sakaiproject.entitybroker.util.TemplateParseUtil.Template
incoming, template, templateKey
 
Constructor Summary
protected TemplateParseUtil.PreProcessedTemplate(String templateKey, String template, String regex, List<String> variableNames)
           
 
Method Summary
 
Methods inherited from class org.sakaiproject.entitybroker.util.TemplateParseUtil.Template
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

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

TemplateParseUtil.PreProcessedTemplate

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


Copyright © 2007-2013 Sakai Project. All Rights Reserved.