Uses of Interface
org.docx4j.org.apache.poi.poifs.filesystem.Entry
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
-
Uses of Entry in org.docx4j.org.apache.poi.poifs.filesystem
Subinterfaces of Entry in org.docx4j.org.apache.poi.poifs.filesystem Modifier and Type Interface Description interfaceDirectoryEntryThis interface defines methods specific to Directory objects managed by a Filesystem instance.interfaceDocumentEntryThis interface defines methods specific to Document objects managed by a Filesystem instance.Classes in org.docx4j.org.apache.poi.poifs.filesystem that implement Entry Modifier and Type Class Description classDirectoryNodeSimple implementation of DirectoryEntryclassDocumentNodeSimple implementation of DocumentEntry for OPOIFSclassEntryNodeAbstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK()classFilteringDirectoryNodeA DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.Methods in org.docx4j.org.apache.poi.poifs.filesystem that return Entry Modifier and Type Method Description EntryDirectoryEntry. getEntry(java.lang.String name)get a specified Entry by nameEntryDirectoryNode. getEntry(java.lang.String name)get a specified Entry by nameEntryFilteringDirectoryNode. getEntry(java.lang.String name)Methods in org.docx4j.org.apache.poi.poifs.filesystem that return types with arguments of type Entry Modifier and Type Method Description java.util.Iterator<Entry>DirectoryEntry. getEntries()get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)java.util.Iterator<Entry>DirectoryNode. getEntries()get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)java.util.Iterator<Entry>FilteringDirectoryNode. getEntries()java.util.Iterator<Entry>DirectoryNode. iterator()Returns an Iterator over all the entriesjava.util.Iterator<Entry>FilteringDirectoryNode. iterator()Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type Entry Modifier and Type Method Description static voidEntryUtils. copyNodeRecursively(Entry entry, DirectoryEntry target)Copies an Entry into a target POIFS directory, recursivelyDocumentInputStreamDirectoryNode. createDocumentInputStream(Entry document)open a document in the directory's entry's list of entries