Uses of Interface
org.pentaho.reporting.libraries.docbundle.DocumentBundle
Packages that use DocumentBundle
-
Uses of DocumentBundle in org.pentaho.reporting.libraries.docbundle
Subinterfaces of DocumentBundle in org.pentaho.reporting.libraries.docbundleClasses in org.pentaho.reporting.libraries.docbundle that implement DocumentBundleModifier and TypeClassDescriptionclassA document bundle implementation that holds all entries in memory.classMethods in org.pentaho.reporting.libraries.docbundle that return DocumentBundleMethods in org.pentaho.reporting.libraries.docbundle with parameters of type DocumentBundleModifier and TypeMethodDescriptionstatic voidBundleUtilities.copyInto(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle) static voidBundleUtilities.copyInto(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle, String[] files) static voidBundleUtilities.copyInto(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle, String[] files, boolean ignoreSticky) static voidBundleUtilities.copyMetaData(MemoryDocumentBundle memoryDocumentBundle, DocumentBundle bundle) static voidBundleUtilities.copyStickyInto(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle) static StringBundleUtilities.getUniqueName(DocumentBundle bundle, String pattern) static StringBundleUtilities.getUniqueName(DocumentBundle bundle, String parent, String pattern) Returns an unique name for the given pattern, producing a file relative to the parent file name.static voidBundleUtilities.writeAsZip(File target, DocumentBundle bundle) static voidBundleUtilities.writeAsZip(OutputStream targetStream, DocumentBundle bundle) static voidBundleUtilities.writeToDirectory(File target, DocumentBundle bundle) static voidBundleUtilities.writeToRepository(org.pentaho.reporting.libraries.repository.Repository repository, DocumentBundle bundle)