Class DocumentAnalyzer.ProcessingThread
- java.lang.Object
-
- java.lang.Thread
-
- org.apache.uima.tools.docanalyzer.DocumentAnalyzer.ProcessingThread
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- DocumentAnalyzer
class DocumentAnalyzer.ProcessingThread extends java.lang.ThreadThe Class ProcessingThread.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringencodingThe encoding.(package private) java.io.FileinputDirThe input dir.(package private) java.lang.StringinputFileFormatThe input file format.(package private) java.lang.StringlanguageThe language.(package private) java.lang.BooleanlenientThe lenient.(package private) java.io.FileoutputDirThe output dir.(package private) java.io.FiletaeSpecifierFileThe tae specifier file.(package private) java.lang.StringxmlTagThe xml tag.
-
Constructor Summary
Constructors Constructor Description ProcessingThread(java.io.File inputDir, java.lang.String inputFileFormat, java.lang.Boolean lenient, java.io.File outputDir, java.io.File taeSpecifierFile, java.lang.String xmlTag, java.lang.String language, java.lang.String encoding)Instantiates a new processing thread.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
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 Detail
-
inputDir
java.io.File inputDir
The input dir.
-
inputFileFormat
java.lang.String inputFileFormat
The input file format.
-
outputDir
java.io.File outputDir
The output dir.
-
taeSpecifierFile
java.io.File taeSpecifierFile
The tae specifier file.
-
xmlTag
java.lang.String xmlTag
The xml tag.
-
language
java.lang.String language
The language.
-
encoding
java.lang.String encoding
The encoding.
-
lenient
java.lang.Boolean lenient
The lenient.
-
-
Constructor Detail
-
ProcessingThread
ProcessingThread(java.io.File inputDir, java.lang.String inputFileFormat, java.lang.Boolean lenient, java.io.File outputDir, java.io.File taeSpecifierFile, java.lang.String xmlTag, java.lang.String language, java.lang.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
-
-