public class FileRepositoryServiceExtensionsRegistryFactory extends Object implements ExtensionsRegistryFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_REPOSITORY_PROPERTY_PREFIX |
static String |
PROPERTY_FILE_REPOSITORY_RESOLVE_ABSOLUTE_PATH
Flag property that indicates whether the absolute path to be used instead, when resources are not found in the file repository.
|
static String |
PROPERTY_FILE_REPOSITORY_ROOT
Specifies the file repository root location.
|
| Constructor and Description |
|---|
FileRepositoryServiceExtensionsRegistryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionsRegistry |
createRegistry(String registryId,
JRPropertiesMap properties)
Instantiates an extensions registry.
|
public static final String FILE_REPOSITORY_PROPERTY_PREFIX
public static final String PROPERTY_FILE_REPOSITORY_ROOT
public static final String PROPERTY_FILE_REPOSITORY_RESOLVE_ABSOLUTE_PATH
public FileRepositoryServiceExtensionsRegistryFactory()
public ExtensionsRegistry createRegistry(String registryId, JRPropertiesMap properties)
ExtensionsRegistryFactorycreateRegistry in interface ExtensionsRegistryFactoryregistryId - 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_PREFIXCopyright © 2017. All rights reserved.