ResourceAnnotatorFile
is used to maintain a Annotator file resource.
Public Member Functions | |
util::Filename const & | getFilename () const |
icu::UnicodeString const & | getKey () const |
icu::UnicodeString const & | getKind () const |
Constructors | |
ResourceAnnotatorFile (icu::UnicodeString const &crKey, icu::UnicodeString const &crKind) | |
Properties | |
util::DllProcLoaderFile * | getAnnotatorFile (void) const |
internal::AnnotatorFile * | |
Protected Member Functions | |
virtual void | resolveFilename () |
construct the filename of the resource. | |
void | setNewKey (icu::UnicodeString const &) |
Miscellaneous | |
virtual void | init (ErrorInfo &) |
Method will be called by resource manager for initialization. | |
virtual void | deInit (void) |
Method will be called by resource manager for de-initialization. | |
Protected Attributes | |
util::Filename | iv_fileName |
|
|
|
internal::AnnotatorFile *
|
|
Method will be called by resource manager for initialization.
Implements uima::ResourceABase. |
|
Method will be called by resource manager for de-initialization.
Implements uima::ResourceABase. |
|
|
|
construct the filename of the resource. and set iv_fileName accordingly. Can be used in init() of subclass. default implementation assumes that the filename is "key.kind" Note: No data path is prepended to the file name. Reimplemented in uima::LanguageKindFileResource. |
|
|
|
|
|
|
|
|