Package net.sf.jasperreports.repo
Class FileRepositoryServiceExtensionsRegistryFactory
java.lang.Object
net.sf.jasperreports.repo.FileRepositoryServiceExtensionsRegistryFactory
- All Implemented Interfaces:
ExtensionsRegistryFactory
public class FileRepositoryServiceExtensionsRegistryFactory
extends Object
implements ExtensionsRegistryFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRegistry
(String registryId, JRPropertiesMap properties) Instantiates an extensions registry.
-
Field Details
-
FILE_REPOSITORY_PROPERTY_PREFIX
- See Also:
-
PROPERTY_FILE_REPOSITORY_ROOT
Specifies the file repository root location.- See Also:
-
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.- See Also:
-
-
Constructor Details
-
FileRepositoryServiceExtensionsRegistryFactory
public FileRepositoryServiceExtensionsRegistryFactory()
-
-
Method Details
-
createRegistry
Description copied from interface:ExtensionsRegistryFactory
Instantiates an extensions registry.- Specified by:
createRegistry
in interfaceExtensionsRegistryFactory
- 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:
-