|
||||||||||
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 | |
---|---|
java.lang.Object |
AnnotatorContext.getConfigParameterValue(java.lang.String aParamName)
Deprecated. Retrieves the value for a configuration parameter that is not defined in any group or is defined in the default group. |
java.lang.Object |
AnnotatorContext.getConfigParameterValue(java.lang.String aGroupName,
java.lang.String aParamName)
Deprecated. Retrieves the value for a configuration parameter in a particular group. |
java.lang.String |
AnnotatorContext.getDataPath()
Deprecated. Gets the data path used to locate resources. |
InstrumentationFacility |
AnnotatorContext.getInstrumentationFacility()
Deprecated. Gets the InstrumentationFacility that this annotator can use to record
information about its performance. |
Logger |
AnnotatorContext.getLogger()
Deprecated. Gets the Logger to which this annotator should send its log output. |
java.io.InputStream |
AnnotatorContext.getResourceAsStream(java.lang.String aKey)
Deprecated. Retrieves an InputStream for reading from the named resource. |
java.io.InputStream |
AnnotatorContext.getResourceAsStream(java.lang.String aKey,
java.lang.String[] aParams)
Deprecated. Retrieves an InputStream for reading from the named resource. |
java.lang.String |
AnnotatorContext.getResourceFilePath(java.lang.String aKey)
Deprecated. Retrieves the absolute file path to the named resource. |
java.lang.String |
AnnotatorContext.getResourceFilePath(java.lang.String aKey,
java.lang.String[] aParams)
Deprecated. Retrieves the absolute file path to the named resource. |
java.lang.Object |
AnnotatorContext.getResourceObject(java.lang.String aKey)
Deprecated. Retrieves the named resource object. |
java.lang.Object |
AnnotatorContext.getResourceObject(java.lang.String aKey,
java.lang.String[] aParams)
Deprecated. Retrieves the named resource object. |
java.net.URI |
AnnotatorContext.getResourceURI(java.lang.String aKey)
Deprecated. Retrieves the URI to the named resource. |
java.net.URI |
AnnotatorContext.getResourceURI(java.lang.String aKey,
java.lang.String[] aParams)
Deprecated. Retrieves the URI to the named resource. |
java.net.URL |
AnnotatorContext.getResourceURL(java.lang.String aKey)
Deprecated. Retrieves the URL to the named resource. |
java.net.URL |
AnnotatorContext.getResourceURL(java.lang.String aKey,
java.lang.String[] aParams)
Deprecated. Retrieves the URL to the named resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |