Uses of Interface
aQute.lib.filter.Filter.Arguments
Packages that use Filter.Arguments
-
Uses of Filter.Arguments in aQute.lib.filter
Classes in aQute.lib.filter that implement Filter.ArgumentsModifier and TypeClassDescription(package private) class
(package private) class
(package private) class
Methods in aQute.lib.filter with parameters of type Filter.ArgumentsModifier and TypeMethodDescriptionboolean
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)