public class StaticDifferenceDescriptor extends Object implements DifferenceDescriptor
| Constructor and Description |
|---|
StaticDifferenceDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
describeDifference(DifferenceType type,
String flowAName,
String flowBName,
VersionedComponent componentA,
VersionedComponent componentB,
String fieldName,
Object valueA,
Object valueB)
Describes a difference between two flows
|
public String describeDifference(DifferenceType type, String flowAName, String flowBName, VersionedComponent componentA, VersionedComponent componentB, String fieldName, Object valueA, Object valueB)
DifferenceDescriptordescribeDifference in interface DifferenceDescriptortype - the differencecomponentA - the component in "Flow A"componentB - the component in "Flow B"fieldName - the name of the field that changed, or null if the field name does not apply for the difference typevalueA - the value being compared from "Flow A"valueB - the value being compared from "Flow B"Copyright © 2018 Apache NiFi Project. All rights reserved.