Interface IDiffGenerator
- All Known Implementing Classes:
DefaultDiffGenerator
public interface IDiffGenerator
Compares field values of an
IPObject.- Author:
- Jiri Banszel, POLARION SOFTWARE
-
Method Summary
Modifier and TypeMethodDescriptiongenerateDiff(String field, IPrototype prototype, Object before, Object after) Compares values of the field before and after an event.
-
Method Details
-
generateDiff
Compares values of the field before and after an event.- Parameters:
field-prototype-before- value of the field before the eventafter- value of the field after the event- Returns:
IFieldDiffornullif there is no difference
-