Java org.apache.poi.poifs.filesystem FilteringDirectoryNode fields, constructors, methods, implement or subclass

Example usage for Java org.apache.poi.poifs.filesystem FilteringDirectoryNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.poi.poifs.filesystem FilteringDirectoryNode.

The text is from its open source code.

Constructor

FilteringDirectoryNode(DirectoryEntry directory, Collection excludes)
Creates a filter round the specified directory, which will exclude entries such as "MyNode" and "MyDir/IgnoreNode".