Class PropertiesParameterProvider
java.lang.Object
org.apache.nifi.components.AbstractConfigurableComponent
org.apache.nifi.parameter.AbstractParameterProvider
org.apache.nifi.parameter.tests.system.PropertiesParameterProvider
- All Implemented Interfaces:
ConfigurableComponent,ParameterProvider
public class PropertiesParameterProvider
extends AbstractParameterProvider
implements ParameterProvider
Parameters are provided by properties-style configuration.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfetchParameters(ConfigurationContext context) fetchParametersFromProperties(String parametersPropertiesValue) protected List<PropertyDescriptor> Methods inherited from class org.apache.nifi.parameter.AbstractParameterProvider
getIdentifier, getLogger, getName, getNodeTypeProvider, init, initializeMethods inherited from class org.apache.nifi.components.AbstractConfigurableComponent
customValidate, equals, getPropertyDescriptor, getPropertyDescriptors, getSupportedDynamicPropertyDescriptor, hashCode, onPropertyModified, toString, validateMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validateMethods inherited from interface org.apache.nifi.parameter.ParameterProvider
initialize
-
Field Details
-
PARAMETERS
-
-
Constructor Details
-
PropertiesParameterProvider
public PropertiesParameterProvider()
-
-
Method Details
-
getSupportedPropertyDescriptors
- Overrides:
getSupportedPropertyDescriptorsin classAbstractConfigurableComponent
-
fetchParameters
- Specified by:
fetchParametersin interfaceParameterProvider
-
fetchParametersFromProperties
-