Package org.apache.nifi.migration
Class StandardPropertyConfiguration
java.lang.Object
org.apache.nifi.migration.StandardPropertyConfiguration
- All Implemented Interfaces:
PropertyConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate final ControllerServiceFactoryprivate final List<ControllerServiceCreationDetails> private static final org.slf4j.Loggerprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateControllerService(String implementationClassName, Map<String, String> serviceProperties) getPropertyValue(String propertyName) getRawPropertyValue(String propertyName) booleanhasProperty(String propertyName) booleanbooleanisPropertySet(String propertyName) booleanremoveProperty(String propertyName) booleanrenameProperty(String propertyName, String newName) voidsetProperty(String propertyName, String propertyValue) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.nifi.migration.PropertyConfiguration
getPropertyValue, getRawPropertyValue, hasProperty, isPropertySet, setProperty
-
Field Details
-
logger
private static final org.slf4j.Logger logger -
effectiveProperties
-
rawProperties
-
effectiveValueResolver
-
componentDescription
-
controllerServiceFactory
-
createdServices
-
modified
private boolean modified
-
-
Constructor Details
-
StandardPropertyConfiguration
-
-
Method Details
-
renameProperty
- Specified by:
renamePropertyin interfacePropertyConfiguration
-
removeProperty
- Specified by:
removePropertyin interfacePropertyConfiguration
-
hasProperty
- Specified by:
hasPropertyin interfacePropertyConfiguration
-
isPropertySet
- Specified by:
isPropertySetin interfacePropertyConfiguration
-
setProperty
- Specified by:
setPropertyin interfacePropertyConfiguration
-
getPropertyValue
- Specified by:
getPropertyValuein interfacePropertyConfiguration
-
getRawPropertyValue
- Specified by:
getRawPropertyValuein interfacePropertyConfiguration
-
getProperties
- Specified by:
getPropertiesin interfacePropertyConfiguration
-
getRawProperties
- Specified by:
getRawPropertiesin interfacePropertyConfiguration
-
createControllerService
public String createControllerService(String implementationClassName, Map<String, String> serviceProperties) - Specified by:
createControllerServicein interfacePropertyConfiguration
-
isModified
public boolean isModified() -
getCreatedServices
-