|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface DeltaSystemModelFilter
Filter to filter out entries when doing a delta based on the 2 entries
Method Summary | |
---|---|
boolean
|
filter(SystemEntry expectedEntry, SystemEntry currentEntry)
@param expectedEntry the entry in the expected model (can be |
Method Detail |
---|
public boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)
expectedEntry
- the entry in the expected model (can be null
!)currentEntry
- the entry in the current model (can be null
!)true
if the entry should be part of the filter, false
otherwise
Groovy Documentation