Interface ParameterizedDataResource

All Superinterfaces:
Resource
All Known Implementing Classes:
FileLanguageResource_impl

public interface ParameterizedDataResource extends Resource
A resource that provides access to data, where the data can vary based on parameters. A common example is a dictionary, where the dictionary data is dependent upon the language being analyzed.

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.