Package org.apache.poi.ooxml.extractor
Class CommandLineTextExtractor
- java.lang.Object
-
- org.apache.poi.ooxml.extractor.CommandLineTextExtractor
-
public class CommandLineTextExtractor extends java.lang.Object
A command line wrapper aroundExtractorFactory
, useful for when debugging.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DIVIDER
-
Constructor Summary
Constructors Constructor Description CommandLineTextExtractor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Field Detail
-
DIVIDER
public static final java.lang.String DIVIDER
- See Also:
- Constant Field Values
-
-