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 ResourceResourceManager. createDirectly(Object keyValue, Class target)ResourceKeyDefaultResourceManagerBackend. createKey(Object data, Map<? extends ParameterKey,?> parameters)ResourceKeyResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyResourceManager. createKey(Object data)Creates a ResourceKey that carries no Loader-Parameters from the given object.ResourceKeyResourceManager. createKey(Object data, Map<? extends ParameterKey,? extends Object> parameters)Creates a ResourceKey that carries the given Loader-Parameters contained in the optional map.ResourceKeyResourceManagerBackend. createKey(Object data, Map<? extends ParameterKey,? extends Object> parameters)ResourceKeyResourceManager. createOrDeriveKey(ResourceKey context, Object value, Object baseURL)ResourceKeyDefaultResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,?> parameters)Derives a new key from the given resource-key.ResourceKeyResourceBundleLoader. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> factoryKeys)Derives a new resource key from the given key.ResourceKeyResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyResourceManager. deriveKey(ResourceKey parent, String path)Derives a new key from the given resource-key.ResourceKeyResourceManager. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)Derives a new key from the given resource-key.ResourceKeyResourceManagerBackend. deriveKey(ResourceKey parent, String path, Map<? extends ParameterKey,? extends Object> parameters)ResourceKeyDefaultResourceManagerBackend. deserialize(ResourceKey bundleKey, String serializedKey)Converts a serialized version of aResourceKeyinto an actualResourceKeyby locating the properResourceLoaderthat can perform the deserialization.ResourceKeyResourceBundleLoader. deserialize(ResourceKey bundleKey, String stringKey)Creates aResourceKeybased off theStringrepresentation of the key.ResourceKeyResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Creates aResourceKeybased off theStringrepresentation of the key.ResourceKeyResourceManager. deserialize(ResourceKey bundleKey, String serializedKey)Converts a serialized version of aResourceKeyinto an actualResourceKeyby locating the properResourceLoaderthat can perform the deserialization.ResourceKeyResourceManagerBackend. deserialize(ResourceKey bundleKey, String serializedKey)static ResourceKeyResourceKeyUtils. embedResourceInKey(ResourceManager manager, ResourceKey source, Map factoryParameters)Returns a new ResourceKey with the specified source resource embedded inside as a byte []booleanResourceBundleLoader. isSupportedDeserializer(String data)static ResourceKeyDataResourceKeyUtils. parse(String resourceKeyString)Parses the string version of the Resource Key into the componentsstatic ResourceKeyResourceKeyUtils. 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 ResourceKeyURLResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyURLResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyURLResourceLoader. deserialize(ResourceKey bundleKey, String stringKey)Parses the input string and returns a newly created ResourceKey based on the string datastatic StringLoaderUtils. 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 ResourceKeyFileResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyFileResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyFileResourceLoader. 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 ResourceKeyFileObjectResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyFileObjectResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyFileObjectResourceLoader. 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 ResourceKeyRawResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyRawResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyRawResourceLoader. 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 ResourceKeyClassloaderResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyClassloaderResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyClassloaderResourceLoader. 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 ResourceKeyZipResourceLoader. createKey(Object value, Map factoryKeys)Creates a new resource key from the given object and the factory keys.ResourceKeyZipResourceLoader. deriveKey(ResourceKey parent, String path, Map factoryKeys)Derives a new resource key from the given key.ResourceKeyZipResourceLoader. 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)
-