Uses of Class
org.pentaho.reporting.libraries.resourceloader.ResourceLoadingException
-
-
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader
Subclasses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader Modifier and Type Class Description classUnrecognizedLoaderExceptionThis exception is thrown whenever a resource-manager tries to load data using an invalid key.Methods in org.pentaho.reporting.libraries.resourceloader that throw ResourceLoadingException Modifier and Type Method Description ResourceDefaultResourceManagerBackend. create(ResourceManager frontEnd, ResourceData data, ResourceKey context, java.lang.Class[] target)ResourceResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context)Creates a resource by interpreting the data given in the resource-data object.ResourceResourceManager. create(ResourceKey key, ResourceKey context)ResourceResourceManager. create(ResourceKey key, ResourceKey context, java.lang.Class target)ResourceResourceManager. create(ResourceKey key, ResourceKey context, java.lang.Class[] target)ResourceResourceManagerBackend. create(ResourceManager frontEnd, ResourceData key, ResourceKey context, java.lang.Class[] target)ResourceResourceManager. createDirectly(java.lang.Object keyValue, java.lang.Class target)ResourceBundleDataResourceBundleData. deriveData(ResourceKey key)ResourceManagerResourceBundleData. deriveManager(ResourceManager parent)static ResourceKeyResourceKeyUtils. embedResourceInKey(ResourceManager manager, ResourceKey source, java.util.Map factoryParameters)Returns a new ResourceKey with the specified source resource embedded inside as a byte []byte[]ResourceData. getResource(ResourceManager caller)This is dangerous, especially if the resource is large.intResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)Tries to read data into the given byte-array.java.io.InputStreamResourceData. getResourceAsStream(ResourceManager caller)longResourceData. getVersion(ResourceManager caller)booleanDefaultResourceManagerBackend. isResourceUnchanged(ResourceManager frontEnd, Resource resource)booleanResourceManagerBackend. isResourceUnchanged(ResourceManager resourceManager, Resource resource)ResourceDataResourceLoader. load(ResourceKey key)Loads the binary data represented by this key.ResourceDataResourceManager. load(ResourceKey key)ResourceBundleDataResourceBundleLoader. loadBundle(ResourceManager resourceManager, ResourceKey key)Tries to load the bundle.ResourceDataDefaultResourceManagerBackend. loadRawData(ResourceManager frontEnd, ResourceKey key)ResourceDataResourceManager. loadRawData(ResourceKey key)ResourceDataResourceManagerBackend. loadRawData(ResourceManager frontEnd, ResourceKey key)ResourceBundleDataDefaultResourceManagerBackend. loadResourceBundle(ResourceManager frontEnd, ResourceKey key)Tries to find the first resource-bundle-loader that would be able to process the key.ResourceBundleDataResourceManager. loadResourceBundle(ResourceKey key)Tries to find the first resource-bundle-loader that would be able to process the key.ResourceBundleDataResourceManagerBackend. loadResourceBundle(ResourceManager frontEnd, ResourceKey key) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.cache
Methods in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceLoadingException Modifier and Type Method Description ResourceBundleDataCachingResourceBundleData. deriveData(ResourceKey key)ResourceManagerCachingResourceBundleData. deriveManager(ResourceManager parent)byte[]CachingResourceBundleData. getResource(ResourceManager caller)intCachingResourceBundleData. getResource(ResourceManager caller, byte[] target, long offset, int length)byte[]CachingResourceData. getResource(ResourceManager caller)intCachingResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)java.io.InputStreamCachingResourceBundleData. getResourceAsStream(ResourceManager caller)java.io.InputStreamCachingResourceData. getResourceAsStream(ResourceManager caller)longCachingResourceBundleData. getVersion(ResourceManager caller)longCachingResourceData. getVersion(ResourceManager caller)ResourceBundleDataNullResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)ResourceDataNullResourceDataCache. put(ResourceManager caller, ResourceData data)ResourceBundleDataResourceBundleDataCache. put(ResourceManager caller, ResourceBundleData data)Stores the given data on the cache.ResourceDataResourceDataCache. put(ResourceManager caller, ResourceData data)Stores the given data on the cache.Constructors in org.pentaho.reporting.libraries.resourceloader.cache that throw ResourceLoadingException Constructor Description DefaultResourceBundleDataCacheEntry(ResourceBundleData data, ResourceManager manager)DefaultResourceDataCacheEntry(ResourceData data, ResourceManager manager) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.factory
Methods in org.pentaho.reporting.libraries.resourceloader.factory that throw ResourceLoadingException Modifier and Type Method Description intAbstractFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)intFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)ResourceAbstractResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context)ResourceFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.factory.image
Methods in org.pentaho.reporting.libraries.resourceloader.factory.image that throw ResourceLoadingException Modifier and Type Method Description ResourceGIFImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourceJPEGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)ResourcePNGImageFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.factory.property
Methods in org.pentaho.reporting.libraries.resourceloader.factory.property that throw ResourceLoadingException Modifier and Type Method Description ResourcePropertiesResourceFactory. create(ResourceManager manager, ResourceData data, ResourceKey context) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader
Methods in org.pentaho.reporting.libraries.resourceloader.loader that throw ResourceLoadingException Modifier and Type Method Description byte[]AbstractResourceData. getResource(ResourceManager caller)intAbstractResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)java.io.InputStreamURLResourceData. getResourceAsStream(ResourceManager caller)longURLResourceData. getVersion(ResourceManager caller)ResourceDataURLResourceLoader. load(ResourceKey key) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.file
Methods in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceLoadingException Modifier and Type Method Description java.io.InputStreamFileResourceData. getResourceAsStream(ResourceManager caller)longFileResourceData. getVersion(ResourceManager caller)ResourceDataFileResourceLoader. load(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.file that throw ResourceLoadingException Constructor Description FileResourceData(ResourceKey key) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.raw
Methods in org.pentaho.reporting.libraries.resourceloader.loader.raw that throw ResourceLoadingException Modifier and Type Method Description byte[]RawResourceData. getResource(ResourceManager caller)intRawResourceData. getResource(ResourceManager caller, byte[] target, long offset, int length)Tries to read data into the given byte-array.java.io.InputStreamRawResourceData. getResourceAsStream(ResourceManager caller)longRawResourceData. getVersion(ResourceManager caller)ResourceDataRawResourceLoader. load(ResourceKey key) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.resource
Methods in org.pentaho.reporting.libraries.resourceloader.loader.resource that throw ResourceLoadingException Modifier and Type Method Description java.io.InputStreamClassloaderResourceData. getResourceAsStream(ResourceManager caller)longClassloaderResourceData. getVersion(ResourceManager caller)ResourceDataClassloaderResourceLoader. load(ResourceKey key) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.loader.zip
Methods in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceLoadingException Modifier and Type Method Description java.io.InputStreamZipResourceData. getResourceAsStream(ResourceManager caller)longZipResourceData. getVersion(ResourceManager caller)ResourceDataZipResourceLoader. load(ResourceKey key)Constructors in org.pentaho.reporting.libraries.resourceloader.loader.zip that throw ResourceLoadingException Constructor Description ZipEntryKey(ResourceManager manager, java.io.File zipFile, java.lang.String entryName)ZipEntryKey(ResourceManager manager, java.lang.String zipFile, java.lang.String entryName)ZipEntryKey(ResourceManager manager, java.net.URL zipFile, java.lang.String entryName) -
Uses of ResourceLoadingException in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio
Methods in org.pentaho.reporting.libraries.resourceloader.modules.factory.imageio that throw ResourceLoadingException Modifier and Type Method Description intImageIOFactoryModule. canHandleResource(ResourceManager caller, ResourceData data)ResourceImageIOFactoryModule. create(ResourceManager caller, ResourceData data, ResourceKey context)
-