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

Packages that use DirectoryEntry
org.apache.poi.hpsf
 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.poifs.dev DEV package serves two purposes. 
org.apache.poi.poifs.filesystem filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface. 
 

Uses of DirectoryEntry in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf with parameters of type DirectoryEntry
 void SpecialPropertySet.write(DirectoryEntry dir, java.lang.String name)
           
 void MutablePropertySet.write(DirectoryEntry dir, java.lang.String name)
          Writes a property set to a document in a POI filesystem directory.
 

Uses of DirectoryEntry in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return DirectoryEntry
 DirectoryEntry HSSFObjectData.getDirectory()
          Gets the object data.
 

Uses of DirectoryEntry in org.apache.poi.poifs.dev
 

Methods in org.apache.poi.poifs.dev with parameters of type DirectoryEntry
static void POIFSDump.dump(DirectoryEntry root, java.io.File parent)
           
 

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

Classes in org.apache.poi.poifs.filesystem that implement DirectoryEntry
 class DirectoryNode
          Simple implementation of DirectoryEntry
 

Methods in org.apache.poi.poifs.filesystem that return DirectoryEntry
 DirectoryEntry POIFSFileSystem.createDirectory(java.lang.String name)
          create a new DirectoryEntry in the root directory
 DirectoryEntry DirectoryNode.createDirectory(java.lang.String name)
          create a new DirectoryEntry
 DirectoryEntry DirectoryEntry.createDirectory(java.lang.String name)
          create a new DirectoryEntry
 DirectoryEntry EntryNode.getParent()
          get this Entry's parent (the DocumentEntry that owns this Entry).
 DirectoryEntry Entry.getParent()
          get this Entry's parent (the DirectoryEntry that owns this Entry).