| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine.annotator | The Annotator Interfaces, along with supporting interfaces
and exception classes. | 
| org.apache.uima.analysis_engine.impl | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | AnnotatorContext. 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. | 
| Object | AnnotatorContext. getConfigParameterValue(String aGroupName,
                       String aParamName)Deprecated.  Retrieves the value for a configuration parameter in a particular group. | 
| String | AnnotatorContext. getDataPath()Deprecated.  Gets the data path used to locate resources. | 
| InstrumentationFacility | AnnotatorContext. getInstrumentationFacility()Deprecated.  Gets the  InstrumentationFacilitythat this annotator can use to record information
 about its performance. | 
| Logger | AnnotatorContext. getLogger()Deprecated.  Gets the  Loggerto which this annotator should send its log output. | 
| InputStream | AnnotatorContext. getResourceAsStream(String aKey)Deprecated.  Retrieves an InputStream for reading from the named resource. | 
| InputStream | AnnotatorContext. getResourceAsStream(String aKey,
                   String[] aParams)Deprecated.  Retrieves an InputStream for reading from the named resource. | 
| String | AnnotatorContext. getResourceFilePath(String aKey)Deprecated.  Retrieves the absolute file path to the named resource. | 
| String | AnnotatorContext. getResourceFilePath(String aKey,
                   String[] aParams)Deprecated.  Retrieves the absolute file path to the named resource. | 
| Object | AnnotatorContext. getResourceObject(String aKey)Deprecated.  Retrieves the named resource object. | 
| Object | AnnotatorContext. getResourceObject(String aKey,
                 String[] aParams)Deprecated.  Retrieves the named resource object. | 
| URI | AnnotatorContext. getResourceURI(String aKey)Deprecated.  Retrieves the URI to the named resource. | 
| URI | AnnotatorContext. getResourceURI(String aKey,
              String[] aParams)Deprecated.  Retrieves the URI to the named resource. | 
| URL | AnnotatorContext. getResourceURL(String aKey)Deprecated.  Retrieves the URL to the named resource. | 
| URL | AnnotatorContext. getResourceURL(String aKey,
              String[] aParams)Deprecated.  Retrieves the URL to the named resource. | 
| Modifier and Type | Method and Description | 
|---|---|
| InputStream | AnnotatorContext_impl. getResourceAsStream(String aKey)Acquires Resource InputStreams using the ResourceManager, or, if that fails, the ClassLoader. | 
| InputStream | AnnotatorContext_impl. getResourceAsStream(String aKey,
                   String[] aParams) | 
| String | AnnotatorContext_impl. getResourceFilePath(String aKey) | 
| String | AnnotatorContext_impl. getResourceFilePath(String aKey,
                   String[] aParams) | 
| Object | AnnotatorContext_impl. getResourceObject(String aKey)Acquires a Resource object using the ResourceManager. | 
| Object | AnnotatorContext_impl. getResourceObject(String aKey,
                 String[] aParams) | 
| URI | AnnotatorContext_impl. getResourceURI(String aKey) | 
| URI | AnnotatorContext_impl. getResourceURI(String aKey,
              String[] aParams) | 
| URL | AnnotatorContext_impl. getResourceURL(String aKey)Locates Resource URL's using the ResourceManager, or, if that fails, the ClassLoader. | 
| URL | AnnotatorContext_impl. getResourceURL(String aKey,
              String[] aParams) | 
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.