Groovy Documentation

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

java.lang.Object
  org.linkedin.glu.provisioner.core.model.TagsSystemFilter

class TagsSystemFilter

Filter by tags.

Authors:
yan@pongasoft.com


Property Summary
boolean allTags

Defines whether all tags should be present (true) or any of them (false) in order to match

java.util.Collection tags

 
Constructor Summary
TagsSystemFilter(java.util.Collection tags)

TagsSystemFilter(java.util.Collection tags, boolean allTags)

 
Method Summary
boolean filter(SystemEntry entry)

java.lang.String getKind()

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

allTags

boolean allTags
Defines whether all tags should be present (true) or any of them (false) in order to match


tags

java.util.Collection tags


 
Constructor Detail

TagsSystemFilter

TagsSystemFilter(java.util.Collection tags)


TagsSystemFilter

TagsSystemFilter(java.util.Collection tags, boolean allTags)


 
Method Detail

filter

@Override
boolean filter(SystemEntry entry)


getKind

@Override
java.lang.String getKind()


toExternalRepresentation

@Override
java.lang.Object toExternalRepresentation()


toString

java.lang.String toString()


 

Groovy Documentation