public interface ParameterizedDataResource extends Resource
The getDataResource(String[])
takes an array of string parameters and returns a
DataResource
object that can be used to access the data that is appropriate for those
parameter values.
PARAM_AGGREGATE_SOFA_MAPPINGS, PARAM_CONFIG_MANAGER, PARAM_CONFIG_PARAM_SETTINGS, PARAM_EXTERNAL_OVERRIDE_SETTINGS, PARAM_PERFORMANCE_TUNING_SETTINGS, PARAM_RESOURCE_MANAGER, PARAM_UIMA_CONTEXT
Modifier and Type | Method and Description |
---|---|
DataResource |
getDataResource(String[] aParams)
Gets a
DataResource object that can be used to access the data that is appropriate for
the given parameter values. |
destroy, getLogger, getMetaData, getResourceManager, getUimaContext, getUimaContextAdmin, initialize, setLogger
DataResource getDataResource(String[] aParams) throws ResourceInitializationException
DataResource
object that can be used to access the data that is appropriate for
the given parameter values.aParams
- parameter valuesnull
ResourceInitializationException
- if no DataResource
could be initialized from the specified parametersCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.