Uses of Interface
org.pentaho.reporting.libraries.docbundle.DocumentBundle
-
Packages that use DocumentBundle Package Description org.pentaho.reporting.libraries.docbundle -
-
Uses of DocumentBundle in org.pentaho.reporting.libraries.docbundle
Subinterfaces of DocumentBundle in org.pentaho.reporting.libraries.docbundle Modifier and Type Interface Description interface
WriteableDocumentBundle
Classes in org.pentaho.reporting.libraries.docbundle that implement DocumentBundle Modifier and Type Class Description class
MemoryDocumentBundle
A document bundle implementation that holds all entries in memory.class
StaticDocumentBundle
Methods in org.pentaho.reporting.libraries.docbundle that return DocumentBundle Modifier and Type Method Description static DocumentBundle
BundleUtilities. getBundle(File file)
Methods in org.pentaho.reporting.libraries.docbundle with parameters of type DocumentBundle Modifier and Type Method Description 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. copyMetaData(MemoryDocumentBundle memoryDocumentBundle, DocumentBundle bundle)
static void
BundleUtilities. copyStickyInto(WriteableDocumentBundle targetBundle, DocumentBundle sourceBundle)
static String
BundleUtilities. getUniqueName(DocumentBundle bundle, String pattern)
static String
BundleUtilities. 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 void
BundleUtilities. writeAsZip(File target, DocumentBundle bundle)
static void
BundleUtilities. writeAsZip(OutputStream targetStream, DocumentBundle bundle)
static void
BundleUtilities. writeToDirectory(File target, DocumentBundle bundle)
static void
BundleUtilities. writeToRepository(org.pentaho.reporting.libraries.repository.Repository repository, DocumentBundle bundle)
-