|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatorContextException | |
---|---|
org.apache.uima.analysis_engine.annotator | The Annotator Interfaces, along with supporting interfaces and exception classes. |
Uses of AnnotatorContextException in org.apache.uima.analysis_engine.annotator |
---|
Methods in org.apache.uima.analysis_engine.annotator that throw AnnotatorContextException | |
---|---|
Object |
AnnotatorContext.getConfigParameterValue(String aParamName)
Retrieves the value for a configuration parameter that is not defined in any group or is defined in the default group. |
Object |
AnnotatorContext.getConfigParameterValue(String aGroupName,
String aParamName)
Retrieves the value for a configuration parameter in a particular group. |
String |
AnnotatorContext.getDataPath()
Gets the data path used to locate resources. |
InstrumentationFacility |
AnnotatorContext.getInstrumentationFacility()
Gets the InstrumentationFacility that this annotator can use to record
information about its performance. |
Logger |
AnnotatorContext.getLogger()
Gets the Logger to which this annotator should send its log output. |
InputStream |
AnnotatorContext.getResourceAsStream(String aKey)
Retrieves an InputStream for reading from the named resource. |
InputStream |
AnnotatorContext.getResourceAsStream(String aKey,
String[] aParams)
Retrieves an InputStream for reading from the named resource. |
String |
AnnotatorContext.getResourceFilePath(String aKey)
Retrieves the absolute file path to the named resource. |
String |
AnnotatorContext.getResourceFilePath(String aKey,
String[] aParams)
Retrieves the absolute file path to the named resource. |
Object |
AnnotatorContext.getResourceObject(String aKey)
Retrieves the named resource object. |
Object |
AnnotatorContext.getResourceObject(String aKey,
String[] aParams)
Retrieves the named resource object. |
URI |
AnnotatorContext.getResourceURI(String aKey)
Retrieves the URI to the named resource. |
URI |
AnnotatorContext.getResourceURI(String aKey,
String[] aParams)
Retrieves the URI to the named resource. |
URL |
AnnotatorContext.getResourceURL(String aKey)
Retrieves the URL to the named resource. |
URL |
AnnotatorContext.getResourceURL(String aKey,
String[] aParams)
Retrieves the URL to the named resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |