Uses of Interface
org.eclipse.birt.core.archive.compound.IArchiveFile
Packages that use IArchiveFile
Package
Description
-
Uses of IArchiveFile in org.eclipse.birt.core.archive
Classes in org.eclipse.birt.core.archive that implement IArchiveFileMethods in org.eclipse.birt.core.archive that return IArchiveFileModifier and TypeMethodDescriptionFolderArchive.getArchiveFile()
FolderArchiveWriter.getArchiveFile()
IDocArchiveWriter.getArchiveFile()
Get archive fileMethods in org.eclipse.birt.core.archive with parameters of type IArchiveFileModifier and TypeMethodDescriptionstatic void
ArchiveUtil.copy
(IArchiveFile inArchive, IArchiveFile outArchive) static void
ArchiveUtil.copy
(IArchiveFile inArchive, IArchiveFile outArchive, Map<String, String> transformations) -
Uses of IArchiveFile in org.eclipse.birt.core.archive.compound
Classes in org.eclipse.birt.core.archive.compound that implement IArchiveFileModifier and TypeClassDescriptionclass
change the default format to ext2.class
class
the archive file contains following mode: "r" open the file for read only.class
class
Fields in org.eclipse.birt.core.archive.compound declared as IArchiveFileModifier and TypeFieldDescriptionprotected IArchiveFile
ArchiveFile.af
protected IArchiveFile
ArchiveReader.archive
Methods in org.eclipse.birt.core.archive.compound that return IArchiveFileModifier and TypeMethodDescriptionArchiveFileFactory.createArchive
(String archiveId) IArchiveFileFactory.createArchive
(String archiveId) Create an archive file.ArchiveFileFactory.createTransientArchive
(String archiveId) IArchiveFileFactory.createTransientArchive
(String archiveId) Create an archive in transient mode.ArchiveFileFactory.createTransientView
(String viewId, IArchiveFile archive) IArchiveFileFactory.createTransientView
(String viewId, IArchiveFile archive) Create a transient view.ArchiveFileFactory.createView
(String viewId, IArchiveFile archive) IArchiveFileFactory.createView
(String viewId, IArchiveFile archive) Create a view, the view uses "viewId" as the identifier and saved into file "filename".ArchiveReader.getArchive()
ArchiveView.getArchive()
ArchiveWriter.getArchive()
Deprecated.use getArchiveFile insteadArchiveWriter.getArchiveFile()
ArchiveView.getView()
ArchiveFileFactory.openArchive
(String archiveId, String mode) IArchiveFileFactory.openArchive
(String archiveId, String mode) Open the archive or view.ArchiveFileFactory.openView
(String viewId, String mode, IArchiveFile archive) IArchiveFileFactory.openView
(String viewId, String mode, IArchiveFile archive) Open the view with viewId inmode
mode, the depend archive file is opened in r mode, and is shared.Methods in org.eclipse.birt.core.archive.compound with parameters of type IArchiveFileModifier and TypeMethodDescriptionArchiveFileFactory.createTransientView
(String viewId, IArchiveFile archive) IArchiveFileFactory.createTransientView
(String viewId, IArchiveFile archive) Create a transient view.ArchiveFileFactory.createView
(String viewId, IArchiveFile archive) IArchiveFileFactory.createView
(String viewId, IArchiveFile archive) Create a view, the view uses "viewId" as the identifier and saved into file "filename".ArchiveFileFactory.openView
(String viewId, String mode, IArchiveFile archive) IArchiveFileFactory.openView
(String viewId, String mode, IArchiveFile archive) Open the view with viewId inmode
mode, the depend archive file is opened in r mode, and is shared.Constructors in org.eclipse.birt.core.archive.compound with parameters of type IArchiveFileModifierConstructorDescriptionArchiveReader
(IArchiveFile archive) ArchiveView
(String viewName, IArchiveFile archive, String viewMode) ArchiveView
(IArchiveFile view, IArchiveFile archive, boolean sharedArchive) ArchiveWriter
(IArchiveFile archive) -
Uses of IArchiveFile in org.eclipse.birt.core.util
Methods in org.eclipse.birt.core.util with parameters of type IArchiveFileModifier and TypeMethodDescriptionBTreeUtil.createBTree
(IArchiveFile archive, String entryName, int dataType) BTreeUtil.openBTree
(IArchiveFile archive, String entryName, int dataType)