Uses of Interface
org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle
-
Uses of WriteableDocumentBundle in org.pentaho.reporting.libraries.docbundle
Modifier and TypeClassDescriptionclass
A document bundle implementation that holds all entries in memory.Modifier and TypeMethodDescriptionstatic void
BundleUtilities.copyInto
(WriteableDocumentBundle bundle, String targetPath, org.pentaho.reporting.libraries.resourceloader.ResourceKey dataKey, org.pentaho.reporting.libraries.resourceloader.ResourceManager resourceManager) static void
BundleUtilities.copyInto
(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle) static void
BundleUtilities.copyInto
(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle, String[] files) static void
BundleUtilities.copyInto
(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle, String[] files, boolean ignoreSticky) static void
BundleUtilities.copyStickyInto
(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle) static org.pentaho.reporting.libraries.resourceloader.ResourceKey
WriteableDocumentBundleUtils.embedResource
(WriteableDocumentBundle documentBundle, org.pentaho.reporting.libraries.resourceloader.ResourceManager sourceManager, org.pentaho.reporting.libraries.resourceloader.ResourceKey source, String pattern, String mimeType, Map factoryParameters) Embeds the specified source resource into the specified document bundlestatic boolean
WriteableDocumentBundleUtils.removeResource
(WriteableDocumentBundle documentBundle, org.pentaho.reporting.libraries.resourceloader.ResourceKey resource) Removes the specified resource from the resource bundle if that resource exists.