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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.io.InputStream |
AnnotatorContext_impl.getResourceAsStream(java.lang.String aKey)
Acquires Resource InputStreams using the ResourceManager, or, if that fails, the ClassLoader.
|
java.io.InputStream |
AnnotatorContext_impl.getResourceAsStream(java.lang.String aKey,
java.lang.String[] aParams) |
java.lang.String |
AnnotatorContext_impl.getResourceFilePath(java.lang.String aKey) |
java.lang.String |
AnnotatorContext_impl.getResourceFilePath(java.lang.String aKey,
java.lang.String[] aParams) |
java.lang.Object |
AnnotatorContext_impl.getResourceObject(java.lang.String aKey)
Acquires a Resource object using the ResourceManager.
|
java.lang.Object |
AnnotatorContext_impl.getResourceObject(java.lang.String aKey,
java.lang.String[] aParams) |
java.net.URI |
AnnotatorContext_impl.getResourceURI(java.lang.String aKey) |
java.net.URI |
AnnotatorContext_impl.getResourceURI(java.lang.String aKey,
java.lang.String[] aParams) |
java.net.URL |
AnnotatorContext_impl.getResourceURL(java.lang.String aKey)
Locates Resource URL's using the ResourceManager, or, if that fails, the ClassLoader.
|
java.net.URL |
AnnotatorContext_impl.getResourceURL(java.lang.String aKey,
java.lang.String[] aParams) |
Copyright © 2012. All Rights Reserved.