Class ClassFactoryImpl

    • Constructor Detail

      • ClassFactoryImpl

        protected ClassFactoryImpl()
        Creates a new class factory.
    • Method Detail

      • getSuperClassObjectDescription

        public ObjectDescription getSuperClassObjectDescription​(Class d,
                                                                ObjectDescription knownSuperClass)
        Returns the most concrete object-description for the super class of a class.
        Specified by:
        getSuperClassObjectDescription in interface ClassFactory
        Parameters:
        d - the class.
        knownSuperClass - a known supported superclass or null, if no superclass is known yet.
        Returns:
        The object description.
      • registerClass

        protected void registerClass​(Class key,
                                     ObjectDescription od)
        Registers an object description with the factory.
        Parameters:
        key - the key.
        od - the object description.
      • getRegisteredClasses

        public Iterator getRegisteredClasses()
        Returns an iterator that provides access to the registered object definitions.
        Specified by:
        getRegisteredClasses in interface ClassFactory
        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.

        Specified by:
        configure in interface ClassFactory
        Parameters:
        config - the configuration, never null
      • getConfig

        public org.pentaho.reporting.libraries.base.config.Configuration getConfig()
        Returns the currently set configuration or null, if none was set.
        Returns:
        the configuration.
      • equals

        public boolean equals​(Object o)
        Tests for equality.
        Specified by:
        equals in interface ClassFactory
        Overrides:
        equals in class Object
        Parameters:
        o - the object to test.
        Returns:
        A boolean.