Uses of Class
org.apache.tika.extractor.EmbeddedDocumentUtil
Packages that use EmbeddedDocumentUtil
- 
Uses of EmbeddedDocumentUtil in org.apache.tika.parser.jdbcMethods in org.apache.tika.parser.jdbc with parameters of type EmbeddedDocumentUtilModifier and TypeMethodDescriptionprotected abstract JDBCTableReaderAbstractDBParser.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)