|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.linkedin.glu.provisioner.core.model.LogicSystemFilterChain
org.linkedin.glu.provisioner.core.model.LogicOrSystemFilterChain
class LogicOrSystemFilterChain extends LogicSystemFilterChain
Implement composite/chain pattern for executing a OR
| 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 |
|---|
boolean equals(java.lang.Object o)
boolean filter(SystemEntry entry)
java.lang.String getKind()
Groovy Documentation