| Package | Description | 
|---|---|
| org.apache.uima.analysis_engine.annotator | The Annotator Interfaces, along with supporting interfaces
and exception classes. | 
| 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. | 
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.