Interface DocumentBundle
- All Known Subinterfaces:
WriteableDocumentBundle
- All Known Implementing Classes:
MemoryDocumentBundle
,StaticDocumentBundle
public interface DocumentBundle
Creation-Date: 16.12.2007, 15:10:34
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.reporting.libraries.resourceloader.ResourceKey
getEntryAsStream
(String name) getEntryMimeType
(String name) org.pentaho.reporting.libraries.resourceloader.ResourceManager
boolean
isEntryExists
(String name) boolean
isEntryReadable
(String name)
-
Method Details
-
getMetaData
DocumentMetaData getMetaData() -
isEntryExists
-
isEntryReadable
-
getEntryAsStream
- Throws:
IOException
-
getEntryMimeType
-
getBundleKey
org.pentaho.reporting.libraries.resourceloader.ResourceKey getBundleKey() -
getResourceManager
org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
-