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

Packages that use DirectoryEntry
org.apache.poi   
org.apache.poi.hpsf
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems. 
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model Related Documentation For overviews, tutorials, examples, guides, and tool documentation, please see: Apache POI Project  
org.apache.poi.hwpf.usermodel   
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption The implementation is split into three packages: This package contains common functions for both current implemented cipher modes. 
org.apache.poi.poifs.dev DEV package serves two purposes. 1. 
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
 

Methods in org.apache.poi that return DirectoryEntry
 DirectoryEntry POIOLE2TextExtractor.getRoot()
          Return the underlying DirectoryEntry of this document.
 

Methods in org.apache.poi with parameters of type DirectoryEntry
protected  void POIDocument.copyNodeRecursively(Entry entry, DirectoryEntry target)
          Deprecated. Use EntryUtils.copyNodeRecursively(Entry, DirectoryEntry) instead
 

Uses of DirectoryEntry in org.apache.poi.hpsf
 

Methods in org.apache.poi.hpsf with parameters of type DirectoryEntry
static PropertySet PropertySetFactory.create(DirectoryEntry dir, java.lang.String name)
          Creates the most specific PropertySet from an entry in the specified POIFS Directory.
 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.
 

Constructors in org.apache.poi.hssf.usermodel with parameters of type DirectoryEntry
HSSFObjectData(EscherContainerRecord spContainer, ObjRecord objRecord, DirectoryEntry _root)
           
 

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

Methods in org.apache.poi.hwpf.usermodel with parameters of type DirectoryEntry
 void ObjectPoolImpl.writeTo(DirectoryEntry directoryEntry)
           
 

Constructors in org.apache.poi.hwpf.usermodel with parameters of type DirectoryEntry
ObjectPoolImpl(DirectoryEntry _objectPool)
           
 

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

Methods in org.apache.poi.poifs.crypt with parameters of type DirectoryEntry
static void DataSpaceMapUtils.addDefaultDataSpace(DirectoryEntry dir)
           
static DocumentEntry DataSpaceMapUtils.createEncryptionEntry(DirectoryEntry dir, java.lang.String path, EncryptionRecord out)
           
 

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
 class FilteringDirectoryNode
          A DirectoryEntry filter, which exposes another DirectoryEntry less certain parts.
 

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 NPOIFSFileSystem.createDirectory(java.lang.String name)
          create a new DirectoryEntry in the root directory
 DirectoryEntry FilteringDirectoryNode.createDirectory(java.lang.String name)
           
 DirectoryEntry DirectoryNode.createDirectory(java.lang.String name)
          create a new DirectoryEntry
 DirectoryEntry DirectoryEntry.createDirectory(java.lang.String name)
          create a new DirectoryEntry
 DirectoryEntry FilteringDirectoryNode.getParent()
           
 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).
 

Methods in org.apache.poi.poifs.filesystem with parameters of type DirectoryEntry
static boolean EntryUtils.areDirectoriesIdentical(DirectoryEntry dirA, DirectoryEntry dirB)
          Checks to see if the two Directories hold the same contents.
static void EntryUtils.copyNodeRecursively(Entry entry, DirectoryEntry target)
          Copies an Entry into a target POIFS directory, recursively
static void EntryUtils.copyNodes(DirectoryEntry sourceRoot, DirectoryEntry targetRoot)
          Copies all the nodes from one POIFS Directory to another
static void EntryUtils.copyNodes(DirectoryEntry sourceRoot, DirectoryEntry targetRoot, java.util.List<java.lang.String> excepts)
          Deprecated. use FilteringDirectoryNode instead
 

Constructors in org.apache.poi.poifs.filesystem with parameters of type DirectoryEntry
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
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.