Groovy Documentation

org.linkedin.glu.provisioner.core.model
[Groovy] Class LogicAndSystemFilterChain

java.lang.Object
  org.linkedin.glu.provisioner.core.model.LogicSystemFilterChain
      org.linkedin.glu.provisioner.core.model.LogicAndSystemFilterChain

class LogicAndSystemFilterChain
extends LogicSystemFilterChain

Implement composite/chain pattern for executing a AND

Authors:
ypujante@linkedin.com


Method Summary
boolean equals(java.lang.Object o)

boolean filter(SystemEntry entry)

java.lang.String getKind()

 
Methods inherited from class LogicSystemFilterChain
equals, hashCode, toDSL, toExternalRepresentation, toString
 

Method Detail

equals

boolean equals(java.lang.Object o)


filter

boolean filter(SystemEntry entry)


getKind

java.lang.String getKind()


 

Groovy Documentation