public abstract class AbstractDramaUrlReader
extends org.apache.uima.fit.component.JCasCollectionReader_ImplBase
| Modifier and Type | Field and Description |
|---|---|
static String |
PARAM_CLEANUP |
static String |
PARAM_INPUT_DIRECTORY |
static String |
PARAM_LANGUAGE |
static String |
PARAM_URL_LIST |
| Constructor and Description |
|---|
AbstractDramaUrlReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
getNext(org.apache.uima.jcas.JCas jcas) |
abstract void |
getNext(org.apache.uima.jcas.JCas jcas,
InputStream is,
Drama drama) |
org.apache.uima.util.Progress[] |
getProgress() |
boolean |
hasNext() |
void |
initialize(org.apache.uima.UimaContext context) |
close, getLogger, getNext, initializedestroy, getCasInitializer, getProcessingResourceMetaData, initialize, isConsuming, reconfigure, setCasInitializer, typeSystemInitgetConfigParameterValue, getConfigParameterValue, setConfigParameterValue, setConfigParameterValuegetCasManager, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, setLogger, setMetaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String PARAM_URL_LIST
public static final String PARAM_INPUT_DIRECTORY
public static final String PARAM_LANGUAGE
public static final String PARAM_CLEANUP
public void initialize(org.apache.uima.UimaContext context)
throws org.apache.uima.resource.ResourceInitializationException
initialize in class org.apache.uima.fit.component.JCasCollectionReader_ImplBaseorg.apache.uima.resource.ResourceInitializationExceptionpublic boolean hasNext()
throws IOException,
org.apache.uima.collection.CollectionException
IOExceptionorg.apache.uima.collection.CollectionExceptionpublic org.apache.uima.util.Progress[] getProgress()
public void getNext(org.apache.uima.jcas.JCas jcas)
throws IOException,
org.apache.uima.collection.CollectionException
getNext in class org.apache.uima.fit.component.JCasCollectionReader_ImplBaseIOExceptionorg.apache.uima.collection.CollectionExceptionpublic abstract void getNext(org.apache.uima.jcas.JCas jcas,
InputStream is,
Drama drama)
throws IOException,
org.apache.uima.collection.CollectionException
IOExceptionorg.apache.uima.collection.CollectionExceptionCopyright © 2016. All rights reserved.