public class StringCollectionReader
extends org.apache.uima.collection.CollectionReader_ImplBase
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAM_LANGUAGE |
static java.lang.String |
PARAM_TEXT |
Constructor and Description |
---|
StringCollectionReader() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
getNext(org.apache.uima.cas.CAS cas) |
org.apache.uima.util.Progress[] |
getProgress() |
boolean |
hasNext() |
void |
initialize() |
destroy, getCasInitializer, getProcessingResourceMetaData, initialize, isConsuming, reconfigure, setCasInitializer, typeSystemInit
getConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValue
getCasManager, getLogger, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaData
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final java.lang.String PARAM_TEXT
public static final java.lang.String PARAM_LANGUAGE
public void initialize() throws org.apache.uima.resource.ResourceInitializationException
initialize
in class org.apache.uima.collection.CollectionReader_ImplBase
org.apache.uima.resource.ResourceInitializationException
public void getNext(org.apache.uima.cas.CAS cas) throws java.io.IOException, org.apache.uima.collection.CollectionException
java.io.IOException
org.apache.uima.collection.CollectionException
public boolean hasNext() throws java.io.IOException, org.apache.uima.collection.CollectionException
java.io.IOException
org.apache.uima.collection.CollectionException
public org.apache.uima.util.Progress[] getProgress()
public void close() throws java.io.IOException
java.io.IOException