Interface ExtensionsRegistryFactory

    • Method Detail

      • createRegistry

        ExtensionsRegistry createRegistry​(String registryId,
                                          JRPropertiesMap properties)
        Instantiates an extensions registry.
        Parameters:
        registryId - the ID of the registry to instantiate. The ID can be used to identify a set of properties to be used when instantiating the registry.
        properties - the map of properties that can be used to configure the registry instantiation process
        Returns:
        an extensions registry
        See Also:
        DefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX