Class DocumentAnalyzer.ProcessingThread
java.lang.Object
java.lang.Thread
org.apache.uima.tools.docanalyzer.DocumentAnalyzer.ProcessingThread
- All Implemented Interfaces:
Runnable
- Enclosing class:
DocumentAnalyzer
The Class ProcessingThread.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescription(package private) StringThe encoding.(package private) FileThe input dir.(package private) StringThe input file format.(package private) StringThe language.(package private) BooleanThe lenient.(package private) FileThe output dir.(package private) FileThe tae specifier file.(package private) StringThe xml tag.Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
-
Field Details
-
inputDir
File inputDirThe input dir. -
inputFileFormat
String inputFileFormatThe input file format. -
outputDir
File outputDirThe output dir. -
taeSpecifierFile
File taeSpecifierFileThe tae specifier file. -
xmlTag
String xmlTagThe xml tag. -
language
String languageThe language. -
encoding
String encodingThe encoding. -
lenient
Boolean lenientThe lenient.
-
-
Constructor Details
-
ProcessingThread
ProcessingThread(File inputDir, String inputFileFormat, Boolean lenient, File outputDir, File taeSpecifierFile, String xmlTag, String language, String encoding) Instantiates a new processing thread.- Parameters:
inputDir- the input dirinputFileFormat- the input file formatlenient- the lenientoutputDir- the output dirtaeSpecifierFile- the tae specifier filexmlTag- the xml taglanguage- the languageencoding- the encoding
-
-
Method Details