Package loci.poi.poifs.dev
Class POIFSViewEngine
- java.lang.Object
-
- loci.poi.poifs.dev.POIFSViewEngine
-
public class POIFSViewEngine extends Object
This class contains methods used to inspect POIFSViewable objects- Author:
- Marc Johnson (mjohnson at apache dot org)
-
-
Constructor Summary
Constructors Constructor Description POIFSViewEngine()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List
inspectViewable(Object viewable, boolean drilldown, int indentLevel, String indentString)
Inspect an object that may be viewable, and drill down if told to
-
-
-
Method Detail
-
inspectViewable
public static List inspectViewable(Object viewable, boolean drilldown, int indentLevel, String indentString)
Inspect an object that may be viewable, and drill down if told to- Parameters:
viewable
- the object to be vieweddrilldown
- if true, and the object implements POIFSViewable, inspect the objects' contents (recursively)indentLevel
- how far in to indent each stringindentString
- string to use for indenting- Returns:
- a List of Strings holding the content
-
-