Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Java] Interface DeltaSystemModelFilter


public interface DeltaSystemModelFilter

Filter to filter out entries when doing a delta based on the 2 entries

Authors:
yan@pongasoft.com


Method Summary
boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)

@param expectedEntry the entry in the expected model (can be null!)

 

Method Detail

filter

public boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)
Parameters:
expectedEntry - the entry in the expected model (can be null!)
currentEntry - the entry in the current model (can be null!)
Returns:
true if the entry should be part of the filter, false otherwise


 

Groovy Documentation