Package org.apache.nifi.util
Interface PropertyMigrationResult
public interface PropertyMigrationResult
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getPropertiesRemoved
- Returns:
- a set containing the names of all properties that were removed
-
getPropertiesRenamed
- Returns:
- a mapping of previous property names to the new names of those properties
-
getCreatedControllerServices
Set<MockPropertyConfiguration.CreatedControllerService> getCreatedControllerServices()- Returns:
- a set of all controller services that were added
-
getPropertiesUpdated
- Returns:
- a set of all properties whose values were updated via calls to
PropertyConfiguration.setProperty(String, String)
orPropertyConfiguration.setProperty(PropertyDescriptor, String)
.
-