org.pentaho.reporting.libraries.resourceloader.loader.file
Class FileResourceData
java.lang.Object
org.pentaho.reporting.libraries.resourceloader.loader.AbstractResourceData
org.pentaho.reporting.libraries.resourceloader.loader.file.FileResourceData
- All Implemented Interfaces:
- Serializable, ResourceData
public class FileResourceData
- extends AbstractResourceData
A simple file reader. This class, as all core implementation, does not hold
any references to the data read from the file. Caching is left to the cache
provider.
- Author:
- Thomas Morgner
- See Also:
- Serialized Form
FileResourceData
public FileResourceData(ResourceKey key)
throws ResourceLoadingException
- Throws:
ResourceLoadingException
getResourceAsStream
public InputStream getResourceAsStream(ResourceManager caller)
throws ResourceLoadingException
- Throws:
ResourceLoadingException
getAttribute
public Object getAttribute(String attrkey)
getVersion
public long getVersion(ResourceManager caller)
throws ResourceLoadingException
- Throws:
ResourceLoadingException
getKey
public ResourceKey getKey()