Uses of Class
org.apache.uima.analysis_engine.annotator.AnnotatorContextException
Package
Description
The Annotator Interfaces, along with supporting interfaces
and exception classes.
-
Uses of AnnotatorContextException in org.apache.uima.analysis_engine.annotator
Modifier and TypeMethodDescriptionAnnotatorContext.getConfigParameterValue
(String aParamName) Deprecated.Retrieves the value for a configuration parameter that is not defined in any group or is defined in the default group.AnnotatorContext.getConfigParameterValue
(String aGroupName, String aParamName) Deprecated.Retrieves the value for a configuration parameter in a particular group.AnnotatorContext.getDataPath()
Deprecated.Gets the data path used to locate resources.AnnotatorContext.getInstrumentationFacility()
Deprecated.Gets theInstrumentationFacility
that this annotator can use to record information about its performance.AnnotatorContext.getLogger()
Deprecated.Gets theLogger
to which this annotator should send its log output.AnnotatorContext.getResourceAsStream
(String aKey) Deprecated.Retrieves an InputStream for reading from the named resource.AnnotatorContext.getResourceAsStream
(String aKey, String[] aParams) Deprecated.Retrieves an InputStream for reading from the named resource.AnnotatorContext.getResourceFilePath
(String aKey) Deprecated.Retrieves the absolute file path to the named resource.AnnotatorContext.getResourceFilePath
(String aKey, String[] aParams) Deprecated.Retrieves the absolute file path to the named resource.AnnotatorContext.getResourceObject
(String aKey) Deprecated.Retrieves the named resource object.AnnotatorContext.getResourceObject
(String aKey, String[] aParams) Deprecated.Retrieves the named resource object.AnnotatorContext.getResourceURI
(String aKey) Deprecated.Retrieves the URI to the named resource.AnnotatorContext.getResourceURI
(String aKey, String[] aParams) Deprecated.Retrieves the URI to the named resource.AnnotatorContext.getResourceURL
(String aKey) Deprecated.Retrieves the URL to the named resource.AnnotatorContext.getResourceURL
(String aKey, String[] aParams) Deprecated.Retrieves the URL to the named resource. -
Uses of AnnotatorContextException in org.apache.uima.analysis_engine.impl
Modifier and TypeMethodDescriptionAnnotatorContext_impl.getResourceAsStream
(String aKey) Acquires Resource InputStreams using the ResourceManager, or, if that fails, the ClassLoader.AnnotatorContext_impl.getResourceAsStream
(String aKey, String[] aParams) AnnotatorContext_impl.getResourceFilePath
(String aKey) AnnotatorContext_impl.getResourceFilePath
(String aKey, String[] aParams) AnnotatorContext_impl.getResourceObject
(String aKey) Acquires a Resource object using the ResourceManager.AnnotatorContext_impl.getResourceObject
(String aKey, String[] aParams) AnnotatorContext_impl.getResourceURI
(String aKey) AnnotatorContext_impl.getResourceURI
(String aKey, String[] aParams) AnnotatorContext_impl.getResourceURL
(String aKey) Locates Resource URL's using the ResourceManager, or, if that fails, the ClassLoader.AnnotatorContext_impl.getResourceURL
(String aKey, String[] aParams)