public interface ReadableProperties
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(String key)
Retrieves the property value for the given property key.
|
String |
getProperty(String key,
String defaultValue)
Retrieves the property value for the given property key.
|
Set<String> |
getPropertyKeys()
Retrieves all known property keys.
|
String getProperty(String key)
key - the key of property value to lookupString getProperty(String key, String defaultValue)
key - the key of property value to lookupdefaultValue - The default value to use if the property does not existCopyright © 2023 Apache NiFi Project. All rights reserved.