Groovy Documentation

org.linkedin.glu.provisioner.core.model
[Groovy] Interface SystemFilter


interface SystemFilter

Represents a system filter.

Authors:
ypujante@linkedin.com


Method Summary
boolean filter(SystemEntry entry)

@return true if the entry should be part of the filter, false otherwise

java.lang.String getKind()

@return kind of filter

java.lang.Object toExternalRepresentation()

@return an external representation of the filter

 

Method Detail

filter

boolean filter(SystemEntry entry)
Returns:
true if the entry should be part of the filter, false otherwise


getKind

java.lang.String getKind()
Returns:
kind of filter


toExternalRepresentation

java.lang.Object toExternalRepresentation()
Returns:
an external representation of the filter


 

Groovy Documentation