Package org.apache.tika.eval.app.reports
Class ResultsReporter
- java.lang.Object
-
- org.apache.tika.eval.app.reports.ResultsReporter
-
public class ResultsReporter extends Object
-
-
Constructor Summary
Constructors Constructor Description ResultsReporter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResultsReporter
build(Path p)
void
execute(Connection c, Path reportsDirectory)
static void
main(String[] args)
static void
USAGE()
-
-
-
Method Detail
-
USAGE
public static void USAGE()
-
build
public static ResultsReporter build(Path p) throws Exception
- Throws:
Exception
-
execute
public void execute(Connection c, Path reportsDirectory) throws IOException, SQLException
- Throws:
IOException
SQLException
-
-