Uses of Interface
org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle
Packages that use WriteableDocumentBundle
-
Uses of WriteableDocumentBundle in org.pentaho.reporting.libraries.docbundle
Classes in org.pentaho.reporting.libraries.docbundle that implement WriteableDocumentBundleModifier and TypeClassDescriptionclass
A document bundle implementation that holds all entries in memory.Methods in org.pentaho.reporting.libraries.docbundle with parameters of type WriteableDocumentBundleModifier 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.