Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceKeyCreationException
-
-
Uses of ResourceKeyCreationException in org.pentaho.reporting.libraries.resourceloader
Methods in org.pentaho.reporting.libraries.resourceloader that throw ResourceKeyCreationException Modifier and Type Method Description Resource
ResourceManager. createDirectly(Object keyValue, Class target)
ResourceKey
DefaultResourceManagerBackend. createKey(Object data, Map<? extends ParameterKey,?> parameters)
ResourceKey
ResourceLoader. createKey(Object value, Map factoryKeys)
Creates a new resource key from the given object and the factory keys.ResourceKey
ResourceManager. createKey(Object data)
Creates a ResourceKey that carries no Loader-Parameters from the given object.ResourceKey
ResourceManager. createKey(Object data, Map<? extends ParameterKey,? extends Object> parameters)
Creates a ResourceKey that carries the given Loader-Parameters contained in the optional map.ResourceKey
ResourceManagerBackend. createKey(Object data, Map<? extends ParameterKey,? extends Object> parameters)
ResourceKey
ResourceManager. createOrDeriveKey(ResourceKey context, Object value, Object baseURL)
ResourceKey
DefaultResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,?> parameters)
Derives a new key from the given resource-key.ResourceKey
ResourceBundleLoader. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> factoryKeys)
Derives a new resource key from the given key.ResourceKey
ResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key.ResourceKey
ResourceManager. deriveKey(ResourceKey parent, String path)
Derives a new key from the given resource-key.ResourceKey
ResourceManager. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)
Derives a new key from the given resource-key.ResourceKey
ResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)
ResourceKey
DefaultResourceManagerBackend. deserialize(ResourceKey bundleKey, String serializedKey)
Converts a serialized version of aResourceKey
into an actualResourceKey
by locating the properResourceLoader
that can perform the deserialization.ResourceKey
ResourceBundleLoader. deserialize(ResourceKey bundleKey, String stringKey)
Creates aResourceKey
based off theString
representation of the key.ResourceKey
ResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)
Creates aResourceKey
based off theString
representation of the key.ResourceKey
ResourceManager. deserialize(ResourceKey bundleKey, String serializedKey)
Converts a serialized version of aResourceKey
into an actualResourceKey
by locating the properResourceLoader
that can perform the deserialization.ResourceKey
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
ResourceKeyUtils. parse(String resourceKeyString)
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 ResourceKeyCreationException Modifier and Type Method Description ResourceKey
URLResourceLoader. createKey(Object value, Map factoryKeys)
Creates a new resource key from the given object and the factory keys.ResourceKey
URLResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key.ResourceKey
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 ResourceKeyCreationException Modifier and Type Method Description ResourceKey
FileResourceLoader. createKey(Object value, Map factoryKeys)
Creates a new resource key from the given object and the factory keys.ResourceKey
FileResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key.ResourceKey
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 ResourceKeyCreationException Modifier and Type Method Description ResourceKey
FileObjectResourceLoader. createKey(Object value, Map factoryKeys)
Creates a new resource key from the given object and the factory keys.ResourceKey
FileObjectResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key.ResourceKey
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 ResourceKeyCreationException Modifier and Type Method Description ResourceKey
RawResourceLoader. createKey(Object value, Map factoryKeys)
Creates a new resource key from the given object and the factory keys.ResourceKey
RawResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key.ResourceKey
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 ResourceKeyCreationException Modifier and Type Method Description ResourceKey
ClassloaderResourceLoader. createKey(Object value, Map factoryKeys)
Creates a new resource key from the given object and the factory keys.ResourceKey
ClassloaderResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key.ResourceKey
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 ResourceKeyCreationException Modifier and Type Method Description ResourceKey
ZipResourceLoader. createKey(Object value, Map factoryKeys)
Creates a new resource key from the given object and the factory keys.ResourceKey
ZipResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key.ResourceKey
ZipResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)
Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceKeyCreationException Constructor Description ZipEntryKey(ResourceManager manager, File zipFile, String entryName)
ZipEntryKey(ResourceManager manager, String zipFile, String entryName)
ZipEntryKey(ResourceManager manager, URL zipFile, String entryName)
-