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 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.
|
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.
|