Package org.pentaho.reporting.libraries.resourceloader

Interface Summary
Resource A resource is a wrapper around the final product.
ResourceBundleData Todo: Document Me
ResourceBundleLoader A resource bundle is a compound archive that holds several resources.
ResourceData A resource data object encapsulates the raw data of an resource at a given point in the past.
ResourceFactory Creation-Date: 05.04.2006, 12:52:32
ResourceLoader A resource loader knows how to get binary rawdata from a location specified by an resource key.
ResourceManagerBackend Todo: Document Me
 

Class Summary
CompoundResource Creation-Date: 08.04.2006, 14:08:13
DefaultResourceManagerBackend Todo: Document Me
DependencyCollector Creation-Date: 08.04.2006, 14:12:14
FactoryParameterKey Creation-Date: 16.05.2006, 15:24:21
LibLoaderBoot  
LibLoaderCoreModule Todo: Document Me
LibLoaderInfo  
LoaderParameterKey Creation-Date: 16.05.2006, 15:24:21
ResourceKey The key is an unique identifier for the resource.
ResourceKeyData Data class which holds the pieces of the String version of the Resource Key.
ResourceKeyUtils Provides a setup of utility methods for operating on a ResourceKey class.
ResourceManager The resource manager takes care about the loaded resources, performs caching, if needed and is the central instance when dealing with resources.
SimpleResource A simple resource with only a single dependency.
 

Exception Summary
ContentNotRecognizedException The ContentNotRecognizedException signals that none of the selected resource factories was able to handle the request.
ResourceCreationException Creation-Date: 05.04.2006, 17:33:09
ResourceException Creation-Date: 05.04.2006, 13:03:53
ResourceKeyCreationException Creation-Date: 05.04.2006, 13:02:23
ResourceLoadingException Creation-Date: 05.04.2006, 13:03:37
UnrecognizedLoaderException This exception is thrown whenever a resource-manager tries to load data using an invalid key.