Class TemplateCollector

    • Constructor Detail

      • TemplateCollector

        public TemplateCollector()
        Creates a new template collector.
    • Method Detail

      • addTemplateCollection

        public void addTemplateCollection​(TemplateCollection tc)
        Adds a template collection.
        Parameters:
        tc - the template collection.
      • getFactories

        public Iterator getFactories()
        Returns an iterator that provides access to the factories.
        Returns:
        The iterator.
      • configure

        public void configure​(org.pentaho.reporting.libraries.base.config.Configuration config)
        Configures this factory. The configuration contains several keys and their defined values. The given reference to the configuration object will remain valid until the report parsing or writing ends.

        The configuration contents may change during the reporting.

        Overrides:
        configure in class TemplateCollection
        Parameters:
        config - the configuration, never null