Class DocumentAnalyzer.ProcessingThread

java.lang.Object
java.lang.Thread
org.apache.uima.tools.docanalyzer.DocumentAnalyzer.ProcessingThread
All Implemented Interfaces:
Runnable
Enclosing class:
DocumentAnalyzer

class DocumentAnalyzer.ProcessingThread extends Thread
The Class ProcessingThread.
  • Field Details

    • inputDir

      File inputDir
      The input dir.
    • inputFileFormat

      String inputFileFormat
      The input file format.
    • outputDir

      File outputDir
      The output dir.
    • taeSpecifierFile

      File taeSpecifierFile
      The tae specifier file.
    • xmlTag

      String xmlTag
      The xml tag.
    • language

      String language
      The language.
    • encoding

      String encoding
      The encoding.
    • lenient

      Boolean lenient
      The 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 dir
      inputFileFormat - the input file format
      lenient - the lenient
      outputDir - the output dir
      taeSpecifierFile - the tae specifier file
      xmlTag - the xml tag
      language - the language
      encoding - the encoding
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread