|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
interface SystemFilter
Represents a system filter.
| Method Summary | |
|---|---|
boolean
|
filter(SystemEntry entry)
@return |
java.lang.String
|
getKind()
@return kind of filter |
java.lang.String
|
toDSL()
@return a representation that can be reparsed as a dsl |
java.lang.Object
|
toExternalRepresentation()
@return an external representation of the filter |
| Method Detail |
|---|
boolean filter(SystemEntry entry)
true if the entry should be part of the filter, false
otherwise
java.lang.String getKind()
java.lang.String toDSL()
java.lang.Object toExternalRepresentation()
Groovy Documentation