Package com.tailf.maapi
Interface MaapiDiffIterate
- All Superinterfaces:
 ConfIterate
- All Known Implementing Classes:
 NavuContainer,NavuListEntry
This interface is used with the diffIterate method in Maapi. It allows a way
 to iterate through a set of changes and have a user provided method applied
 on each of them.
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptioniterate(ConfObject[] kp, DiffIterateOperFlag op, ConfObject oldValue, ConfObject newValue, Object initstate)  
- 
Method Details
- 
iterate
DiffIterateResultFlag iterate(ConfObject[] kp, DiffIterateOperFlag op, ConfObject oldValue, ConfObject newValue, Object initstate)  
 -