public interface ConfigurationProvider
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration(String contentType,
Integer version,
Map<String,List<String>> parameters)
Gets the configuration that corresponds to the passed in parameters
|
List<String> |
getContentTypes()
Gets the content types that this provider returns
|
List<String> getContentTypes() throws ConfigurationProviderException
ConfigurationProviderExceptionConfiguration getConfiguration(String contentType, Integer version, Map<String,List<String>> parameters) throws ConfigurationProviderException
version - the version of the configuration to getparameters - the parameters passed in by the client (please note that these are provided by a client and should NOT be trusted to be sanitized)ConfigurationProviderException - if there is an error in the configurationCopyright © 2024 Apache NiFi Project. All rights reserved.