public class StrawManTikaAppDriver
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Integer>
| Modifier and Type | Class and Description |
|---|---|
private class |
StrawManTikaAppDriver.TikaVisitor |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String[] |
args |
private java.nio.file.Path |
fileList |
private java.nio.file.Path |
inputRoot |
private static org.slf4j.Logger |
LOG |
private java.nio.file.Path |
outputRoot |
private static java.util.concurrent.atomic.AtomicInteger |
threadCount |
private int |
threadNum |
private int |
totalThreads |
| Constructor and Description |
|---|
StrawManTikaAppDriver(java.nio.file.Path inputRoot,
java.nio.file.Path outputRoot,
int totalThreads,
java.nio.file.Path fileList,
java.lang.String[] args) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
call() |
static void |
main(java.lang.String[] args) |
static java.lang.String |
usage() |
private static final org.slf4j.Logger LOG
private static java.util.concurrent.atomic.AtomicInteger threadCount
private final int totalThreads
private final int threadNum
private java.nio.file.Path inputRoot
private java.nio.file.Path outputRoot
private java.nio.file.Path fileList
private java.lang.String[] args