org.pentaho.reporting.libraries.resourceloader.loader
Class URLResourceData
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.loader.AbstractResourceData
org.pentaho.reporting.libraries.resourceloader.loader.URLResourceData
- All Implemented Interfaces:
- java.io.Serializable, ResourceData
public class URLResourceData
- extends AbstractResourceData
A generic read handler for URL resources.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLResourceData
public URLResourceData(ResourceKey key)
getResourceAsStream
public java.io.InputStream getResourceAsStream(ResourceManager caller)
throws ResourceLoadingException
- Throws:
ResourceLoadingException
getAttribute
public java.lang.Object getAttribute(java.lang.String key)
getVersion
public long getVersion(ResourceManager caller)
throws ResourceLoadingException
- Throws:
ResourceLoadingException
getKey
public ResourceKey getKey()