Groovy Documentation

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

java.lang.Object
  org.linkedin.glu.provisioner.core.model.NameEqualsValueSystemFilter
      org.linkedin.glu.provisioner.core.model.FlattenSystemFilter

class FlattenSystemFilter
extends NameEqualsValueSystemFilter

Flatten the entry (SystemEntry#flatten()#flatten()) and use name as a key in the flattened map (this filter is expensive!).

Authors:
ypujante@linkedin.com


Method Summary
boolean filter(SystemEntry entry)

java.lang.String getKind()

 
Methods inherited from class NameEqualsValueSystemFilter
toExternalRepresentation, toString
 

Method Detail

filter

boolean filter(SystemEntry entry)


getKind

java.lang.String getKind()


 

Groovy Documentation