Groovy Documentation

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

java.lang.Object
  org.linkedin.glu.provisioner.core.model.ClosureSystemFilter
All Implemented Interfaces:
SystemFilter

class ClosureSystemFilter

Authors:
ypujante@linkedin.com


Property Summary
groovy.lang.Closure closure

java.lang.String name

 
Constructor Summary
ClosureSystemFilter(java.lang.String name, groovy.lang.Closure closure)

ClosureSystemFilter(groovy.lang.Closure closure)

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

boolean filter(SystemEntry entry)

java.lang.String getKind()

int hashCode()

java.lang.String toDSL()

java.lang.Object toExternalRepresentation()

java.lang.String toString()

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

Property Detail

closure

groovy.lang.Closure closure


name

java.lang.String name


 
Constructor Detail

ClosureSystemFilter

ClosureSystemFilter(java.lang.String name, groovy.lang.Closure closure)


ClosureSystemFilter

ClosureSystemFilter(groovy.lang.Closure closure)


 
Method Detail

equals

boolean equals(java.lang.Object o)


filter

boolean filter(SystemEntry entry)


getKind

java.lang.String getKind()


hashCode

int hashCode()


toDSL

@Override
java.lang.String toDSL()


toExternalRepresentation

java.lang.Object toExternalRepresentation()


toString

java.lang.String toString()


 

Groovy Documentation