org.pentaho.reporting.libraries.resourceloader
public interface ResourceBundleLoader
Method Summary | |
---|---|
ResourceKey | deriveKey(ResourceKey parent, String path, Map factoryKeys)
Derives a new resource key from the given key. |
boolean | isSupportedKey(ResourceKey key)
Checks, whether this resource loader implementation was responsible for
creating this key.
|
ResourceBundleData | loadBundle(ResourceManager resourceManager, ResourceKey key)
Tries to load the bundle. |
Parameters: parent the parent path the derived path (can be null). factoryKeys the optional factory keys (can be null).
Returns: the derived key.
Throws: ResourceKeyCreationException if the key cannot be derived for any reason.
Parameters: key the key that should be tested.
Returns: true, if the key is supported.
Parameters: key the resource key pointing to the bundle.
Returns: the loaded bundle or null, if the resource was not understood.
Throws: ResourceLoadingException if something goes wrong.