Uses of Interface
org.apache.poi.poifs.filesystem.DirectoryEntry
Packages that use DirectoryEntry
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Implementation of the ECMA-376 and MS-propritary document encryptions
DEV package serves two purposes.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of DirectoryEntry in org.apache.poi.extractor
Methods in org.apache.poi.extractor that return DirectoryEntryModifier and TypeMethodDescriptionPOIOLE2TextExtractor.getRoot()
Return the underlying DirectoryEntry of this document. -
Uses of DirectoryEntry in org.apache.poi.hpsf
Methods in org.apache.poi.hpsf with parameters of type DirectoryEntryModifier and TypeMethodDescriptionstatic PropertySet
PropertySetFactory.create
(DirectoryEntry dir, String name) Creates the most specificPropertySet
from an entry in the specified POIFS Directory.void
PropertySet.write
(DirectoryEntry dir, String name) Writes a property set to a document in a POI filesystem directory. -
Uses of DirectoryEntry in org.apache.poi.hsmf.datatypes
Methods in org.apache.poi.hsmf.datatypes with parameters of type DirectoryEntryModifier and TypeMethodDescriptionprotected void
PropertiesChunk.writeNodeData
(DirectoryEntry directory, List<PropertyValue> values) Write the nodes for variable-length data.void
PropertiesChunk.writeProperties
(DirectoryEntry directory) Writes this chunk in the specifiedDirectoryEntry
. -
Uses of DirectoryEntry in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return DirectoryEntryConstructors in org.apache.poi.hssf.usermodel with parameters of type DirectoryEntryModifierConstructorDescriptionHSSFObjectData
(EscherContainerRecord spContainer, ObjRecord objRecord, DirectoryEntry _root) -
Uses of DirectoryEntry in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel with parameters of type DirectoryEntryConstructors in org.apache.poi.hwpf.usermodel with parameters of type DirectoryEntry -
Uses of DirectoryEntry in org.apache.poi.poifs.crypt
Methods in org.apache.poi.poifs.crypt with parameters of type DirectoryEntryModifier and TypeMethodDescriptionstatic void
DataSpaceMapUtils.addDefaultDataSpace
(DirectoryEntry dir) static DocumentEntry
DataSpaceMapUtils.createEncryptionEntry
(DirectoryEntry dir, String path, EncryptionRecord out) -
Uses of DirectoryEntry in org.apache.poi.poifs.dev
Methods in org.apache.poi.poifs.dev with parameters of type DirectoryEntry -
Uses of DirectoryEntry in org.apache.poi.poifs.filesystem
Classes in org.apache.poi.poifs.filesystem that implement DirectoryEntryModifier and TypeClassDescriptionclass
Simple implementation of DirectoryEntryclass
A DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.Methods in org.apache.poi.poifs.filesystem that return DirectoryEntryModifier and TypeMethodDescriptionDirectoryEntry.createDirectory
(String name) create a new DirectoryEntryDirectoryNode.createDirectory
(String name) create a new DirectoryEntryFilteringDirectoryNode.createDirectory
(String name) POIFSFileSystem.createDirectory
(String name) create a new DirectoryEntry in the root directoryEntry.getParent()
get this Entry's parent (the DirectoryEntry that owns this Entry).EntryNode.getParent()
get this Entry's parent (the DocumentEntry that owns this Entry).FilteringDirectoryNode.getParent()
Methods in org.apache.poi.poifs.filesystem with parameters of type DirectoryEntryModifier and TypeMethodDescriptionstatic boolean
EntryUtils.areDirectoriesIdentical
(DirectoryEntry dirA, DirectoryEntry dirB) Checks to see if the two Directories hold the same contents.static void
EntryUtils.copyNodeRecursively
(Entry entry, DirectoryEntry target) Copies an Entry into a target POIFS directory, recursivelystatic void
EntryUtils.copyNodes
(DirectoryEntry sourceRoot, DirectoryEntry targetRoot) Copies all the nodes from one POIFS Directory to anotherstatic void
Ole10Native.createOleMarkerEntry
(DirectoryEntry parent) Add the \1OLE marker entry, which is not the Ole10Native entry.Constructors in org.apache.poi.poifs.filesystem with parameters of type DirectoryEntryModifierConstructorDescriptionDocumentOutputStream
(DirectoryEntry parent, String name) Create an OutputStream to create the specified new EntryFilteringDirectoryNode
(DirectoryEntry directory, Collection<String> excludes) Creates a filter round the specified directory, which will exclude entries such as "MyNode" and "MyDir/IgnoreNode". -
Uses of DirectoryEntry in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return DirectoryEntryModifier and TypeMethodDescriptiondefault DirectoryEntry
ObjectData.getDirectory()
Gets the object data. -
Uses of DirectoryEntry in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return DirectoryEntry -
Uses of DirectoryEntry in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return DirectoryEntry