Class FileReader

  • All Implemented Interfaces:
    org.apache.uima.collection.base_cpm.BaseCollectionReader, org.apache.uima.collection.CollectionReader, org.apache.uima.resource.ConfigurableResource, org.apache.uima.resource.Resource

    public class FileReader
    extends org.apache.uima.collection.CollectionReader_ImplBase
    • Constructor Detail

      • FileReader

        public FileReader()
    • Method Detail

      • initialize

        public void initialize()
                        throws org.apache.uima.resource.ResourceInitializationException
        Overrides:
        initialize in class org.apache.uima.collection.CollectionReader_ImplBase
        Throws:
        org.apache.uima.resource.ResourceInitializationException
        See Also:
        CollectionReader_ImplBase.initialize()
      • hasNext

        public boolean hasNext()
        See Also:
        BaseCollectionReader.hasNext()
      • getNext

        public void getNext​(org.apache.uima.cas.CAS aCAS)
                     throws org.apache.uima.collection.CollectionException
        Throws:
        org.apache.uima.collection.CollectionException
        See Also:
        CollectionReader.getNext(org.apache.uima.cas.CAS)
      • getProgress

        public org.apache.uima.util.Progress[] getProgress()
        See Also:
        BaseCollectionReader.getProgress()