Uses of Interface
org.docx4j.org.apache.poi.poifs.filesystem.DirectoryEntry
Packages that use DirectoryEntry
Package
Description
Implementation of the ECMA-376 Document Encryption
DEV package serves two purposes.
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of DirectoryEntry in org.docx4j.org.apache.poi.hpsf
Methods in org.docx4j.org.apache.poi.hpsf with parameters of type DirectoryEntryModifier and TypeMethodDescriptionstatic PropertySetPropertySetFactory.create(DirectoryEntry dir, String name) Creates the most specificPropertySetfrom an entry in the specified POIFS Directory.voidMutablePropertySet.write(DirectoryEntry dir, String name) Writes a property set to a document in a POI filesystem directory.voidSpecialPropertySet.write(DirectoryEntry dir, String name) -
Uses of DirectoryEntry in org.docx4j.org.apache.poi.poifs.crypt
Methods in org.docx4j.org.apache.poi.poifs.crypt with parameters of type DirectoryEntryModifier and TypeMethodDescriptionstatic voidDataSpaceMapUtils.addDefaultDataSpace(DirectoryEntry dir) static DocumentEntryDataSpaceMapUtils.createEncryptionEntry(DirectoryEntry dir, String path, EncryptionRecord out) -
Uses of DirectoryEntry in org.docx4j.org.apache.poi.poifs.dev
Methods in org.docx4j.org.apache.poi.poifs.dev with parameters of type DirectoryEntry -
Uses of DirectoryEntry in org.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement DirectoryEntryModifier and TypeClassDescriptionclassSimple implementation of DirectoryEntryclassA DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.Methods in org.docx4j.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) NPOIFSFileSystem.createDirectory(String name) create a new DirectoryEntry in the root directoryOPOIFSFileSystem.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.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryEntryModifier and TypeMethodDescriptionstatic booleanEntryUtils.areDirectoriesIdentical(DirectoryEntry dirA, DirectoryEntry dirB) Checks to see if the two Directories hold the same contents.static voidEntryUtils.copyNodeRecursively(Entry entry, DirectoryEntry target) Copies an Entry into a target POIFS directory, recursivelystatic voidEntryUtils.copyNodes(DirectoryEntry sourceRoot, DirectoryEntry targetRoot) Copies all the nodes from one POIFS Directory to anotherstatic voidEntryUtils.copyNodes(DirectoryEntry sourceRoot, DirectoryEntry targetRoot, List<String> excepts) Deprecated.Constructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryEntryModifierConstructorDescriptionFilteringDirectoryNode(DirectoryEntry directory, Collection<String> excludes) Creates a filter round the specified directory, which will exclude entries such as "MyNode" and "MyDir/IgnoreNode".NDocumentOutputStream(DirectoryEntry parent, String name) Create an OutputStream to create the specified new Entry
FilteringDirectoryNodeinstead