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) -
Uses of EmbeddedDocumentUtil in org.apache.tika.parser.sqlite3
Methods in org.apache.tika.parser.sqlite3 with parameters of type EmbeddedDocumentUtilModifier and TypeMethodDescriptionprotected JDBCTableReader
SQLite3DBParser.getTableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil) Constructors in org.apache.tika.parser.sqlite3 with parameters of type EmbeddedDocumentUtilModifierConstructorDescriptionSQLite3TableReader
(Connection connection, String tableName, EmbeddedDocumentUtil embeddedDocumentUtil)