public interface NonComponentConfigurationContext
Note: This interface is not used as the basis for component-specific configuration contexts (see ConfigurationContext).
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
Map<String,String> |
getProperties()
Returns all properties the configuration context contains regardless
of whether a value has been set for them or not.
|
String |
getProperty(String property)
Returns the value of the provided property.
|
String getIdentifier()
Map<String,String> getProperties()
null.Copyright © 2023 Apache NiFi Project. All rights reserved.