Class TextFileMapper


  • public class TextFileMapper
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TextFileMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void mapAbstractFile​(java.lang.String id, java.lang.String source, java.io.BufferedReader bufferedReader, org.apache.uima.jcas.JCas cas)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TextFileMapper

        public TextFileMapper()
    • Method Detail

      • mapAbstractFile

        public void mapAbstractFile​(java.lang.String id,
                                    java.lang.String source,
                                    java.io.BufferedReader bufferedReader,
                                    org.apache.uima.jcas.JCas cas)
                             throws java.io.IOException
        Throws:
        java.io.IOException