Package org.apache.tika.eval.app
Class XMLErrorLogUpdater
- java.lang.Object
-
- org.apache.tika.eval.app.XMLErrorLogUpdater
-
public class XMLErrorLogUpdater extends Object
This is a very task specific class that reads a log file and updates the "comparisons" table. It should not be run in a multithreaded environment.
-
-
Constructor Summary
Constructors Constructor Description XMLErrorLogUpdater()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
update(Connection connection, TableInfo tableInfo, Path xmlLogFile)
-