Uses of Interface
org.docx4j.org.apache.poi.poifs.filesystem.DirectoryEntry
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf | |
| org.docx4j.org.apache.poi.poifs.crypt |
Implementation of the ECMA-376 Document Encryption
|
| org.docx4j.org.apache.poi.poifs.dev |
DEV package serves two purposes.
|
| org.docx4j.org.apache.poi.poifs.filesystem |
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 DirectoryEntry Modifier and Type Method Description static PropertySetPropertySetFactory. create(DirectoryEntry dir, java.lang.String name)Creates the most specificPropertySetfrom an entry in the specified POIFS Directory.voidMutablePropertySet. write(DirectoryEntry dir, java.lang.String name)Writes a property set to a document in a POI filesystem directory.voidSpecialPropertySet. write(DirectoryEntry dir, java.lang.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 DirectoryEntry Modifier and Type Method Description static voidDataSpaceMapUtils. addDefaultDataSpace(DirectoryEntry dir)static DocumentEntryDataSpaceMapUtils. createEncryptionEntry(DirectoryEntry dir, java.lang.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 Modifier and Type Method Description static voidPOIFSDump. dump(DirectoryEntry root, java.io.File parent) -
Uses of DirectoryEntry in org.docx4j.org.apache.poi.poifs.filesystem
Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement DirectoryEntry Modifier and Type Class Description classDirectoryNodeSimple implementation of DirectoryEntryclassFilteringDirectoryNodeA DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.Methods in org.docx4j.org.apache.poi.poifs.filesystem that return DirectoryEntry Modifier and Type Method Description DirectoryEntryDirectoryEntry. createDirectory(java.lang.String name)create a new DirectoryEntryDirectoryEntryDirectoryNode. createDirectory(java.lang.String name)create a new DirectoryEntryDirectoryEntryFilteringDirectoryNode. createDirectory(java.lang.String name)DirectoryEntryNPOIFSFileSystem. createDirectory(java.lang.String name)create a new DirectoryEntry in the root directoryDirectoryEntryOPOIFSFileSystem. createDirectory(java.lang.String name)create a new DirectoryEntry in the root directoryDirectoryEntryEntry. getParent()get this Entry's parent (the DirectoryEntry that owns this Entry).DirectoryEntryEntryNode. getParent()get this Entry's parent (the DocumentEntry that owns this Entry).DirectoryEntryFilteringDirectoryNode. getParent()Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryEntry Modifier and Type Method Description static 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, java.util.List<java.lang.String> excepts)Deprecated.useFilteringDirectoryNodeinsteadConstructors in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type DirectoryEntry Constructor Description FilteringDirectoryNode(DirectoryEntry directory, java.util.Collection<java.lang.String> excludes)Creates a filter round the specified directory, which will exclude entries such as "MyNode" and "MyDir/IgnoreNode".NDocumentOutputStream(DirectoryEntry parent, java.lang.String name)Create an OutputStream to create the specified new Entry