Uses of Interface
aQute.lib.filter.Filter.Arguments
-
Packages that use Filter.Arguments Package Description aQute.lib.filter -
-
Uses of Filter.Arguments in aQute.lib.filter
Classes in aQute.lib.filter that implement Filter.Arguments Modifier and Type Class Description (package private) class
Filter.DictQuery
(package private) class
Filter.GetQuery
(package private) class
Filter.MapQuery
Methods in aQute.lib.filter with parameters of type Filter.Arguments Modifier and Type Method Description boolean
Filter.And. match(Filter.Arguments arguments)
abstract boolean
Filter.Node. match(Filter.Arguments arguments)
boolean
Filter.Not. match(Filter.Arguments arguments)
boolean
Filter.Or. match(Filter.Arguments arguments)
boolean
Filter.Simple. match(Filter.Arguments arguments)
-