Uses of Interface
org.apache.poi.poifs.filesystem.Entry

Packages that use Entry
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
 

Uses of Entry in org.apache.poi.poifs.filesystem
 

Subinterfaces of Entry in org.apache.poi.poifs.filesystem
 interface DirectoryEntry
          This interface defines methods specific to Directory objects managed by a Filesystem instance.
 interface DocumentEntry
          This interface defines methods specific to Document objects managed by a Filesystem instance.
 

Classes in org.apache.poi.poifs.filesystem that implement Entry
 class DirectoryNode
          Simple implementation of DirectoryEntry
 class DocumentNode
          Simple implementation of DocumentEntry
 class EntryNode
          Abstract implementation of Entry Extending classes should override isDocument() or isDirectory(), as appropriate Extending classes must override isDeleteOK()
 class FilteringDirectoryNode
          A DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.
 

Methods in org.apache.poi.poifs.filesystem that return Entry
 Entry FilteringDirectoryNode.getEntry(java.lang.String name)
           
 Entry DirectoryNode.getEntry(java.lang.String name)
          get a specified Entry by name
 Entry DirectoryEntry.getEntry(java.lang.String name)
          get a specified Entry by name
 

Methods in org.apache.poi.poifs.filesystem with parameters of type Entry
static void EntryUtils.copyNodeRecursively(Entry entry, DirectoryEntry target)
          Copies an Entry into a target POIFS directory, recursively
 DocumentInputStream DirectoryNode.createDocumentInputStream(Entry document)
          open a document in the directory's entry's list of entries