Uses of Interface
org.apache.poi.poifs.filesystem.Entry
Packages that use Entry
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of Entry in org.apache.poi.extractor.ole2
Method parameters in org.apache.poi.extractor.ole2 with type arguments of type EntryModifier and TypeMethodDescriptionstatic void
OLE2ScratchpadExtractorFactory.identifyEmbeddedResources
(POIOLE2TextExtractor ext, List<Entry> dirs, List<InputStream> nonPOIFS) Returns an array of text extractors, one for each of the embedded documents in the file (if there are any). -
Uses of Entry in org.apache.poi.hsmf.parsers
Methods in org.apache.poi.hsmf.parsers with parameters of type EntryModifier and TypeMethodDescriptionprotected static void
POIFSChunkParser.process
(Entry entry, ChunkGroup grouping) Creates a chunk, and gives it to its parent group -
Uses of Entry in org.apache.poi.hwpf.converter
Methods in org.apache.poi.hwpf.converter with parameters of type EntryModifier and TypeMethodDescriptionprotected boolean
AbstractWordConverter.processOle2
(HWPFDocument wordDocument, Element block, Entry entry) protected boolean
WordToTextConverter.processOle2
(HWPFDocument wordDocument, Element block, Entry entry) -
Uses of Entry in org.apache.poi.hwpf.usermodel
Methods in org.apache.poi.hwpf.usermodel that return EntryModifier and TypeMethodDescriptionObjectPoolImpl.getObjectById
(String objId) ObjectsPool.getObjectById
(String objId) -
Uses of Entry in org.apache.poi.poifs.filesystem
Subinterfaces of Entry in org.apache.poi.poifs.filesystemModifier and TypeInterfaceDescriptioninterface
This interface defines methods specific to Directory objects managed by a Filesystem instance.interface
This interface defines methods specific to Document objects managed by a Filesystem instance.Classes in org.apache.poi.poifs.filesystem that implement EntryModifier and TypeClassDescriptionclass
Simple implementation of DirectoryEntryclass
Simple implementation of DocumentEntry for OPOIFSclass
Abstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK()class
A DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.Methods in org.apache.poi.poifs.filesystem that return EntryModifier and TypeMethodDescriptionget a specified Entry by nameget a specified Entry by nameMethods in org.apache.poi.poifs.filesystem that return types with arguments of type EntryModifier and TypeMethodDescriptionDirectoryEntry.getEntries()
get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)DirectoryNode.getEntries()
get an iterator of the Entry instances contained directly in this instance (in other words, children only; no grandchildren etc.)FilteringDirectoryNode.getEntries()
DirectoryNode.iterator()
Returns an Iterator over all the entriesFilteringDirectoryNode.iterator()
Methods in org.apache.poi.poifs.filesystem with parameters of type EntryModifier and TypeMethodDescriptionstatic void
EntryUtils.copyNodeRecursively
(Entry entry, DirectoryEntry target) Copies an Entry into a target POIFS directory, recursivelyDirectoryNode.createDocumentInputStream
(Entry document) open a document in the directory's entry's list of entries