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 filter(SystemEntry entry)

java.lang.String getKind()

 
Methods inherited from class LogicSystemFilterChain
toExternalRepresentation, toString
 

Method Detail

filter

boolean filter(SystemEntry entry)


getKind

java.lang.String getKind()


 

Groovy Documentation