Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceKeyCreationException
Packages that use ResourceKeyCreationException
Package
Description
-
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader
Methods in org.pentaho.reporting.libraries.resourceloader that throw ResourceKeyCreationExceptionModifier and TypeMethodDescriptionResourceManager.createDirectly
(Object keyValue, Class target) DefaultResourceManagerBackend.createKey
(Object data, Map<? extends ParameterKey, ?> parameters) Creates a new resource key from the given object and the factory keys.Creates a ResourceKey that carries no Loader-Parameters from the given object.ResourceManager.createKey
(Object data, Map<? extends ParameterKey, ? extends Object> parameters) Creates a ResourceKey that carries the given Loader-Parameters contained in the optional map.ResourceManagerBackend.createKey
(Object data, Map<? extends ParameterKey, ? extends Object> parameters) ResourceManager.createOrDeriveKey
(ResourceKey context, Object value, Object baseURL) DefaultResourceManagerBackend.deriveKey
(ResourceKey parent, String path, Map<? extends ParameterKey, ?> parameters) Derives a new key from the given resource-key.ResourceBundleLoader.deriveKey
(ResourceKey parent, String path, Map<? extends ParameterKey, ? extends Object> factoryKeys) Derives a new resource key from the given key.ResourceLoader.deriveKey
(ResourceKey parent, String path, Map factoryKeys) Derives a new resource key from the given key.ResourceManager.deriveKey
(ResourceKey parent, String path) Derives a new key from the given resource-key.ResourceManager.deriveKey
(ResourceKey parent, String path, Map<? extends ParameterKey, ? extends Object> parameters) Derives a new key from the given resource-key.ResourceManagerBackend.deriveKey
(ResourceKey parent, String path, Map<? extends ParameterKey, ? extends Object> parameters) DefaultResourceManagerBackend.deserialize
(ResourceKey bundleKey, String serializedKey) Converts a serialized version of aResourceKey
into an actualResourceKey
by locating the properResourceLoader
that can perform the deserialization.ResourceBundleLoader.deserialize
(ResourceKey bundleKey, String stringKey) Creates aResourceKey
based off theString
representation of the key.ResourceLoader.deserialize
(ResourceKey bundleKey, String stringKey) Creates aResourceKey
based off theString
representation of the key.ResourceManager.deserialize
(ResourceKey bundleKey, String serializedKey) Converts a serialized version of aResourceKey
into an actualResourceKey
by locating the properResourceLoader
that can perform the deserialization.ResourceManagerBackend.deserialize
(ResourceKey bundleKey, String serializedKey) static ResourceKey
ResourceKeyUtils.embedResourceInKey
(ResourceManager manager, ResourceKey source, Map factoryParameters) Returns a new ResourceKey with the specified source resource embedded inside as a byte []boolean
ResourceBundleLoader.isSupportedDeserializer
(String data) static ResourceKeyData
Parses the string version of the Resource Key into the componentsstatic ResourceKey
ResourceKeyUtils.toResourceKey
(Object value, ResourceManager resourceManager, ResourceKey contextKey, Map parameters) Performs a simple attempt at a "smart" conversion to a ResourceKey. -
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader.loader
Methods in org.pentaho.reporting.libraries.resourceloader.loader that throw ResourceKeyCreationExceptionModifier and TypeMethodDescriptionCreates a new resource key from the given object and the factory keys.URLResourceLoader.deriveKey
(ResourceKey parent, String path, Map factoryKeys) Derives a new resource key from the given key.URLResourceLoader.deserialize
(ResourceKey bundleKey, String stringKey) Parses the input string and returns a newly created ResourceKey based on the string datastatic String
LoaderUtils.mergePaths
(String parent, String child) Merges two paths. -
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader.loader.file
Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceKeyCreationExceptionModifier and TypeMethodDescriptionCreates a new resource key from the given object and the factory keys.FileResourceLoader.deriveKey
(ResourceKey parent, String path, Map factoryKeys) Derives a new resource key from the given key.FileResourceLoader.deserialize
(ResourceKey bundleKey, String stringKey) -
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader.loader.fileobject
Methods in org.pentaho.reporting.libraries.resourceloader.loader.fileobject that throw ResourceKeyCreationExceptionModifier and TypeMethodDescriptionCreates a new resource key from the given object and the factory keys.FileObjectResourceLoader.deriveKey
(ResourceKey parent, String path, Map factoryKeys) Derives a new resource key from the given key.FileObjectResourceLoader.deserialize
(ResourceKey bundleKey, String stringKey) -
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader.loader.raw
Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that throw ResourceKeyCreationExceptionModifier and TypeMethodDescriptionCreates a new resource key from the given object and the factory keys.RawResourceLoader.deriveKey
(ResourceKey parent, String path, Map factoryKeys) Derives a new resource key from the given key.RawResourceLoader.deserialize
(ResourceKey bundleKey, String stringKey) Parses the input string and returns a newly created ResourceKey based on the string data -
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader.loader.resource
Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource that throw ResourceKeyCreationExceptionModifier and TypeMethodDescriptionCreates a new resource key from the given object and the factory keys.ClassloaderResourceLoader.deriveKey
(ResourceKey parent, String path, Map factoryKeys) Derives a new resource key from the given key.ClassloaderResourceLoader.deserialize
(ResourceKey bundleKey, String stringKey) Parses the input string and returns a newly created ResourceKey based on the string data -
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader.loader.zip
Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceKeyCreationExceptionModifier and TypeMethodDescriptionCreates a new resource key from the given object and the factory keys.ZipResourceLoader.deriveKey
(ResourceKey parent, String path, Map factoryKeys) Derives a new resource key from the given key.ZipResourceLoader.deserialize
(ResourceKey bundleKey, String stringKey) Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceKeyCreationExceptionModifierConstructorDescriptionZipEntryKey
(ResourceManager manager, File zipFile, String entryName) ZipEntryKey
(ResourceManager manager, String zipFile, String entryName) ZipEntryKey
(ResourceManager manager, URL zipFile, String entryName)