Uses of Class
org.apache.tika.extractor.EmbeddedDocumentUtil
Packages that use EmbeddedDocumentUtil
-
Uses of EmbeddedDocumentUtil in org.apache.tika.parser.jdbc
Methods in org.apache.tika.parser.jdbc with parameters of type EmbeddedDocumentUtilModifier and TypeMethodDescriptionprotected abstract JDBCTableReader
AbstractDBParser.getTableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil) Given a connection and a table name, return the JDBCTableReader for this db.Constructors in org.apache.tika.parser.jdbc with parameters of type EmbeddedDocumentUtilModifierConstructorDescriptionJDBCTableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil)