configuration
parameter is null
. In this case nothing is to be done. If a configuration has previously been set and now the configuration is deleted, the configuration
parameter is null
and the component has to be reactivated with the default configuration.
@param configuration The configuration properties for the component fromthe Configuration Admin Service or null
if there is no configuration or if the configuration has just been deleted.
@param configurationDeleted TODO
@param changeCount Change count for the configuration
@param targetedPID TargetedPID for the configuration
If this is an aggregate Analysis Engine, configuration parameter settings will be "pushed down" to delegate Analysis Engines that also declare those parameters. All annotators will be informed of the change by a call to their {@link org.apache.uima.analysis_engine.annotator.BaseAnnotator#reconfigure()} methods. @throws ResourceConfigurationException if the configuration is not valid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|