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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.pentaho.reporting.libraries.resourceloader.ResourceKey
getBundleKey()
InputStream
getEntryAsStream(String name)
String
getEntryMimeType(String name)
DocumentMetaData
getMetaData()
org.pentaho.reporting.libraries.resourceloader.ResourceManager
getResourceManager()
boolean
isEntryExists(String name)
boolean
isEntryReadable(String name)
-
-
-
Method Detail
-
getMetaData
DocumentMetaData getMetaData()
-
isEntryExists
boolean isEntryExists(String name)
-
isEntryReadable
boolean isEntryReadable(String name)
-
getEntryAsStream
InputStream getEntryAsStream(String name) throws IOException
- Throws:
IOException
-
getBundleKey
org.pentaho.reporting.libraries.resourceloader.ResourceKey getBundleKey()
-
getResourceManager
org.pentaho.reporting.libraries.resourceloader.ResourceManager getResourceManager()
-
-