Package org.yamcs.templating
Class TemplateProcessor
java.lang.Object
org.yamcs.templating.TemplateProcessor
Processes a template source. Supported features:
{{ var }}
references are substituted with the provided args.{% if var %} ... {% else %} ... {% endif %}
blocks are only included if the provided var is set.{% comment %} ... {% endcomment %}
blocks are discarded.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TemplateProcessor
-
-
Method Details
-
process
-
process
-