public interface ExtensionsRegistryFactory
ExtensionsRegistry
instance.
Such factories are used by
the default components registry
to
instantiate sub extensions registries.
DefaultExtensionsRegistry.PROPERTY_REGISTRY_FACTORY_PREFIX
Modifier and Type | Method and Description |
---|---|
ExtensionsRegistry |
createRegistry(String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
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 processDefaultExtensionsRegistry.PROPERTY_REGISTRY_PREFIX
Copyright © 2017. All rights reserved.