Class TemplateReferenceExtractor

java.lang.Object
com.i2group.disco.infostore.importer.TemplateReferenceExtractor

public final class TemplateReferenceExtractor extends Object
A utility class for determining whether strings in templates are references to values in columns (specified by $(COLUMN_NAME)) or constant values.

If a string in a template element starts with any sequence other than $(, it is treated as a constant.

Since:
9.0