Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Java] Class AcceptAllDeltaSystemModelFilter

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

public class AcceptAllDeltaSystemModelFilter

Authors:
yan@pongasoft.com


Field Summary
static AcceptAllDeltaSystemModelFilter INSTANCE

 
Constructor Summary
AcceptAllDeltaSystemModelFilter()

Constructor

 
Method Summary
boolean filter(SystemEntry expectedEntry, SystemEntry currentEntry)

static AcceptAllDeltaSystemModelFilter instance()

 
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()
 

Field Detail

INSTANCE

public static final AcceptAllDeltaSystemModelFilter INSTANCE


 
Constructor Detail

AcceptAllDeltaSystemModelFilter

public AcceptAllDeltaSystemModelFilter()
Constructor


 
Method Detail

filter

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


instance

public static AcceptAllDeltaSystemModelFilter instance()


 

Groovy Documentation