Resource Manager Configurations can declare that they {@link #getImports() import} other ResourceManager Configurations. At runtime, these imports will be resolved to create a single logical Resource Manager Configuration..
Note that type system imports are not automatically resolved when a ResourceMangerConfiguration is deserialized from XML. To resolve the imports, call the {@link #resolveImports()} method.Import resolution is done automatically when the {@link org.apache.uima.resource.ResourceManager}is initialized (e.g. during AnalysisEngine initialization).
Resource Manager Configurations can optionally be assigned a {@link #getName() name}, {@link #getDescription() description}, {@link #getVendor() vendor}, and {@link #getVersion() version}. It is recommended that these properties be set on any Resource Manager Configuration that is meant to be shared by (imported by) multiple components.
|
|
|
|