Groovy Documentation

org.linkedin.glu.orchestration.engine.delta.impl
[Java] Class SystemFiltersDeltaSystemModelFilter

java.lang.Object
  org.linkedin.glu.orchestration.engine.delta.impl.SystemFiltersDeltaSystemModelFilter
All Implemented Interfaces:
DeltaSystemModelFilter

public class SystemFiltersDeltaSystemModelFilter

Filter by only the states provided.

Authors:
yan@pongasoft.com


Constructor Summary
SystemFiltersDeltaSystemModelFilter(SystemFilter expectedEntrySystemFilter, SystemFilter currentEntrySystemFilter)

Constructor

 
Method Summary
boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Constructor Detail

SystemFiltersDeltaSystemModelFilter

public SystemFiltersDeltaSystemModelFilter(SystemFilter expectedEntrySystemFilter, SystemFilter currentEntrySystemFilter)
Constructor


 
Method Detail

filter

@Override
public boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)


 

Groovy Documentation