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) String
The encoding.(package private) File
The input dir.(package private) String
The input file format.(package private) String
The language.(package private) Boolean
The lenient.(package private) File
The output dir.(package private) File
The tae specifier file.(package private) String
The 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